Skip to content

Commit c98d007

Browse files
committed
♻️ simplify config loader
1 parent a484a59 commit c98d007

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eslint-config-typescript/test/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import {
66
testRuleFail,
77
} from '../../utils/testing/eslint';
88

9-
// const linter = new ESLint({ cwd: __dirname });
10-
const linter = new ESLint({
11-
cwd: __dirname,
12-
overrideConfigFile: '.eslintrc.yaml',
13-
});
9+
const linter = new ESLint({ cwd: __dirname });
1410

1511
describe('eslint-config-typescript', () => {
1612
defaultTestSet(linter);

0 commit comments

Comments
 (0)