-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
eslint-config/base-configs/additional-rules.js
Lines 59 to 79 in 7a73bfe
| // TODO: Add back | |
| // 'import': importPlugin, | |
| 'sort-destructure-keys': sortDestructureKeysPlugin, | |
| }, | |
| rules: { | |
| // Overrides of other extended ESLint rule packages | |
| 'security/detect-object-injection': 'off', | |
| 'security/detect-unsafe-regex': 'off', | |
| // Additional standalone ESLint rules | |
| 'es-x/no-exponential-operators': 'warn', | |
| // 'import/no-deprecated': 1, | |
| // 'import/order': [ | |
| // 'error', | |
| // { | |
| // 'groups': ['builtin', 'external', ['internal', 'parent', 'sibling', 'index'], 'type'], | |
| // }, | |
| // ], |
Reactions are currently unavailable