mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-09 22:08:37 +01:00
feat: add arrow-parens: "always"
Ref: https://eslint.org/docs/latest/rules/arrow-parens BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
f138acaf53
commit
b743c94430
@ -146,6 +146,7 @@
|
|||||||
"radix": "error",
|
"radix": "error",
|
||||||
"yoda": ["error", "never"],
|
"yoda": ["error", "never"],
|
||||||
"curly": ["error", "all"],
|
"curly": ["error", "all"],
|
||||||
|
"arrow-parens": ["error", "always"],
|
||||||
|
|
||||||
"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