Skip to content

Commit

Permalink
fix: disable n/file-extension-in-import broken rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Nov 21, 2022
1 parent 26082a5 commit 298e0fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,8 @@ module.exports = {

// Some dependencies do not respect this, let’s only warn
camelcase: 'warn',

// Broken rule, let’s not use
'n/file-extension-in-import': 'off',
},
}

0 comments on commit 298e0fc

Please sign in to comment.