Skip to content

Commit

Permalink
⚡ Enable import rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Dec 27, 2024
1 parent 9cc98bc commit d45eafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/bundled-eslint-config/src/setup/for-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const jsRules: Rules = {
],
'getter-return': 'error',
// 'import/no-unresolved': 'error',
/* 'import/named': 'off',
'import/named': 'off',
'import/namespace': 'error',
'import/default': 'error',
'import/no-named-as-default': 'warn',
Expand Down Expand Up @@ -272,7 +272,7 @@ export const jsRules: Rules = {
'import/no-named-default': 'error',
'import/no-unassigned-import': 'off',
'import/no-webpack-loader-syntax': 'error',
'import/order': 'off', */
'import/order': 'off',
'@stylistic/js/indent': [
'warn',
2,
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-eslint-config/src/setup/for-playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export const playwrightRules: Rules = {
'playwright/valid-describe-callback': 'error',
'playwright/valid-expect': 'error',
'playwright/valid-expect-in-promise': 'error',
'playwright/valid-title': 'error',
'playwright/valid-title': 'error'
}

0 comments on commit d45eafa

Please sign in to comment.