Skip to content

Commit 8de3562

Browse files
Update packages/nx-plugin/eslint.config.js
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 2437497 commit 8de3562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nx-plugin/eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = tseslint.config(
1717
rules: {
1818
// Nx plugins don't yet support ESM: https://github.com/nrwl/nx/issues/15682
1919
'unicorn/prefer-module': 'off',
20-
'n/file-extension-in-import': 'off',
2120
// used instead of verbatimModuleSyntax tsconfig flag (requires ESM)
2221
'@typescript-eslint/consistent-type-imports': [
2322
'warn',

0 commit comments

Comments
 (0)