mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add curly: "all"
Ref: https://eslint.org/docs/latest/rules/curly BREAKING CHANGE: New rule introduced
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user