Skip to content

Commit

Permalink
Disable import/named eslint rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 15, 2024
1 parent d0209ad commit 4488efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"eslint-comments/disable-enable-pair": "off",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"import/named": "off", // TODO reenable when we update to CPC (revert PR #338)
"import/order": "off",
"import/no-extraneous-dependencies": ["error", { devDependencies: true }],
"@typescript-eslint/ban-ts-comment": [
Expand Down

0 comments on commit 4488efc

Please sign in to comment.