File tree Expand file tree Collapse file tree
eslint-configs/eslint-config-seekingalpha-typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 8.67.0 - 2026-03-04
4+
5+ - [ new] extend oxlint rules
6+
37## 8.66.0 - 2026-03-02
48
59- [ new] extend oxlint rules with type-aware rules
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-seekingalpha-typescript" ,
3- "version" : " 8.66 .0" ,
3+ "version" : " 8.67 .0" ,
44 "description" : " SeekingAlpha's sharable typescript ESLint config" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export const ESLintPluginTypescriptDisabled = {
3030 '@typescript-eslint/no-unnecessary-type-constraint' : 'off' ,
3131 '@typescript-eslint/no-unsafe-declaration-merging' : 'off' ,
3232 '@typescript-eslint/no-unsafe-function-type' : 'off' ,
33+ '@typescript-eslint/no-unused-vars' : 'off' ,
3334 '@typescript-eslint/no-use-before-define' : 'off' ,
3435 '@typescript-eslint/no-useless-empty-export' : 'off' ,
3536 '@typescript-eslint/no-var-requires' : 'off' ,
You can’t perform that action at this time.
0 commit comments