Skip to content

Commit 17f8029

Browse files
committed
chore: fix lint setup
1 parent 914b146 commit 17f8029

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

tools/eslint-formatter-multiple-formats/eslint.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ export default tseslint.config(
1515
{
1616
files: ['**/*.json'],
1717
rules: {
18-
'@nx/dependency-checks': [
19-
'error',
20-
{
21-
ignoredDependencies: ['@nx/vite', 'vite', 'vite-plugin-dts'],
22-
},
23-
],
24-
'n/no-sync': 'off',
18+
'@nx/dependency-checks': ['error'],
2519
},
2620
},
2721
);

tools/eslint-formatter-multiple-formats/src/lib/multiple-formats.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { ESLint } from 'eslint';
2-
import path from 'node:path';
32
import * as process from 'node:process';
43
import type { FormatterConfig } from './types.js';
54
import {

tools/tsconfig.tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"importHelpers": false
1010
},
1111
"include": ["**/*.ts"],
12-
"exclude": ["eslint-multi-format/**/*"]
12+
"exclude": ["eslint-formatter-multiple-formats/**/*"]
1313
}

0 commit comments

Comments
 (0)