We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@typescript-eslint/triple-slash-reference
off
@typescript-eslint/no-shadow
'import/order': 'off'
jest
no-restricted-syntax': 'off'
trezor-suite
@typescript-eslint/no-unused-vars': "off"
import/no-default-export': 'off',
'@typescript-eslint/no-restricted-imports': 'off',
Small PRs to enable some rules that are now recommended:
import/no-duplicates
prefer-const
no-prototype-builtins
no-unsafe-optional-chaining
no-empty
no-constant-binary-expression
no-irregular-whitespace
no-extra-boolean-cast
no-async-promise-executor
no-useless-escape
no-control-regex
Small PRs with other fixies:
The text was updated successfully, but these errors were encountered:
Most of the work is done, and whats left is waiting for somebody else I guess.
Sorry, something went wrong.
peter-sanderson
No branches or pull requests
Main Work
@typescript-eslint/triple-slash-reference
removeoff
#15310@typescript-eslint/no-shadow
#15311Followup Big Work
'import/order': 'off'
in all packages) There is issue for it already Import sorting #14031 and PR => Import order everywhere #15264jest
plugin chore: add recommanded checks from eslint-plugin-jest #15158no-restricted-syntax': 'off'
in thetrezor-suite
@typescript-eslint/no-unused-vars': "off"
everywhere chore: get rid of '@typescript-eslint/no-unused-vars': 'off', and enforce it everywhere #15221import/no-default-export': 'off',
everywhere possible (especially components)'@typescript-eslint/no-restricted-imports': 'off',
everywhere chore: enforce @typescript-eslint/no-restricted-imports everywhere #15245Small PRs to enable some rules that are now recommended:
import/no-duplicates
chore: add 'import/no-duplicates' ESLint rule #15150prefer-const
Enable 'prefer-const' #15156no-prototype-builtins
chore: add no-prototype-builtins ESLint rule as it became part of recommended in ESLint9 #15188no-unsafe-optional-chaining
chore: add no-unsafe-optional-chaining as it became part of recommanded settings #15202no-empty
chore: add no-empty as it will became part of recommanded #15204no-constant-binary-expression
chore: enable no-constant-binary-expression as it becames recommanded default in new ESLint #15241no-irregular-whitespace
chore: enabled no-irregular-whitespace as it becames recommanded in new ESLint #15246no-extra-boolean-cast
chore: enable no-extra-boolean-cast as it becames recomended #15260no-async-promise-executor
chore: add no-async-promise-executor as it becames recommanded #15261no-useless-escape
chore: enable no-useless-escape as it becames recommanded #15268no-control-regex
chore: no-control-regex as it becames recommanded #15271Small PRs with other fixies:
The text was updated successfully, but these errors were encountered: