diff options
| -rw-r--r-- | eslint.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eslint.config.js b/eslint.config.js index 228a920..8887ce7 100644 --- a/eslint.config.js +++ b/eslint.config.js | |||
| @@ -32,9 +32,8 @@ export default [ | |||
| 32 | // 'curly': ['warn', 'multi'], | 32 | // 'curly': ['warn', 'multi'], |
| 33 | 'prefer-const': 'error', | 33 | 'prefer-const': 'error', |
| 34 | 'no-var': 'error', | 34 | 'no-var': 'error', |
| 35 | 'promise/catch-or-return': 'error', | ||
| 36 | 'array-callback-return': 'error', | 35 | 'array-callback-return': 'error', |
| 37 | 'no-unexpected-multiline': 'warn' | 36 | 'no-unexpected-multiline': 'warn', |
| 38 | }, | 37 | }, |
| 39 | } | 38 | } |
| 40 | ]; | 39 | ]; |