Skip to content

Commit

Permalink
config: remove node import rules that require tailored tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Nov 21, 2024
1 parent d8c3fa3 commit 2bcf7ef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/config/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,4 @@ export const importVerificationRules = {
"@qawolf/restrict-react-namespace": "error",

"import/no-duplicates": "error",

"node/no-extraneous-import": "error",
"node/no-extraneous-require": "error",
"node/no-unpublished-import": [
"error",
{ tryExtensions: [".mjs", ".js", ".json", ".ts", ".tsx", ".d.ts"] },
],
"node/no-unpublished-require": [
"error",
{ tryExtensions: [".js", ".json", ".ts", ".tsx", ".d.ts"] },
],
} satisfies Linter.Config["rules"];

0 comments on commit 2bcf7ef

Please sign in to comment.