We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf428 commit bce027aCopy full SHA for bce027a
packages/eslint-config/ts.js
@@ -40,6 +40,8 @@ module.exports = {
40
'import/named': 'off',
41
'@typescript-eslint/explicit-module-boundary-types': 'off',
42
'@typescript-eslint/ban-types': 'off',
43
+ '@typescript-eslint/no-use-before-define': ['error'],
44
+ 'no-use-before-define': 'off',
45
},
46
settings: {
47
'import/parsers': {
0 commit comments