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 2cbe220 commit 9d9c792Copy full SHA for 9d9c792
src/index.test.ts
@@ -15,6 +15,7 @@ test('export', (t): void => {
15
'no-array-constructor': 'off',
16
'no-undef': 'off',
17
'no-unused-vars': 'off',
18
+ 'no-use-before-define': 'off',
19
'no-useless-constructor': 'off',
20
'@typescript-eslint/adjacent-overload-signatures': 'error',
21
'@typescript-eslint/array-type': ['error', 'array-simple'],
src/index.ts
@@ -14,6 +14,7 @@ export = {
14
indent: 'off',
// @typescript-eslint versions of Standard.js rules:
0 commit comments