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 a484a59 commit c98d007Copy full SHA for c98d007
eslint-config-typescript/test/index.ts
@@ -6,11 +6,7 @@ import {
6
testRuleFail,
7
} from '../../utils/testing/eslint';
8
9
-// const linter = new ESLint({ cwd: __dirname });
10
-const linter = new ESLint({
11
- cwd: __dirname,
12
- overrideConfigFile: '.eslintrc.yaml',
13
-});
+const linter = new ESLint({ cwd: __dirname });
14
15
describe('eslint-config-typescript', () => {
16
defaultTestSet(linter);
0 commit comments