Skip to content

Commit 9a5c138

Browse files
committed
chore: wip
1 parent a2cfed6 commit 9a5c138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nx-plugin/eslint.config.cjs

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

0 commit comments

Comments
 (0)