mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add curly: "all"
Ref: https://eslint.org/docs/latest/rules/curly BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
435d3e9e5f
commit
f138acaf53
@ -145,6 +145,7 @@
|
|||||||
"quote-props": ["error", "as-needed"],
|
"quote-props": ["error", "as-needed"],
|
||||||
"radix": "error",
|
"radix": "error",
|
||||||
"yoda": ["error", "never"],
|
"yoda": ["error", "never"],
|
||||||
|
"curly": ["error", "all"],
|
||||||
|
|
||||||
"import/no-absolute-path": "error",
|
"import/no-absolute-path": "error",
|
||||||
"import/no-webpack-loader-syntax": "error",
|
"import/no-webpack-loader-syntax": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user