mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add unicorn/no-unnecessary-array-flat-depth
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
c4340efc6f
commit
3aacbbeec4
@ -252,6 +252,7 @@ export default typescriptESLint.config(
|
||||
"unicorn/prefer-structured-clone": "error",
|
||||
"unicorn/template-indent": "error",
|
||||
"unicorn/consistent-existence-index-check": "error",
|
||||
"unicorn/no-unnecessary-array-flat-depth": "error",
|
||||
|
||||
"import-x/no-absolute-path": "error",
|
||||
"import-x/no-webpack-loader-syntax": "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user