Skip to content

Commit

Permalink
🔨 [ci release] Remove bug prone rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 26, 2023
1 parent 67bce58 commit ccd3d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bundled-eslint-config/src/setup/for-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const jsRules: Rules = {
],
'getter-return': 'error',
'import/no-unresolved': 'error',
'import/named': 'error',
'import/named': 'off',
'import/namespace': 'error',
'import/default': 'error',
'import/no-named-as-default': 'warn',
Expand Down
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const packageJsonJobs = {
},
'packages/bundled-eslint-config': {
type: 'module',
version: '0.2.9',
version: '0.2.10',
description: 'A preset for ESLint',
keywords: [
'eslint',
Expand Down

0 comments on commit ccd3d5d

Please sign in to comment.