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