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 ed2dae9 commit 3041082Copy full SHA for 3041082
packages/nx-plugin/eslint.config.cjs
@@ -15,7 +15,6 @@ module.exports = tseslint.config(
15
{
16
files: ['**/*.ts'],
17
rules: {
18
- 'n/file-extension-in-import': 'off',
19
// Nx plugins don't yet support ESM: https://github.com/nrwl/nx/issues/15682
20
'unicorn/prefer-module': 'off',
21
// used instead of verbatimModuleSyntax tsconfig flag (requires ESM)
0 commit comments