Skip to content

Commit 3041082

Browse files
committed
chore: remove unused lint rule
1 parent ed2dae9 commit 3041082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nx-plugin/eslint.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = tseslint.config(
1515
{
1616
files: ['**/*.ts'],
1717
rules: {
18-
'n/file-extension-in-import': 'off',
1918
// Nx plugins don't yet support ESM: https://github.com/nrwl/nx/issues/15682
2019
'unicorn/prefer-module': 'off',
2120
// used instead of verbatimModuleSyntax tsconfig flag (requires ESM)

0 commit comments

Comments
 (0)