mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add arrow-body-style: "always"
Ref: https://eslint.org/docs/latest/rules/arrow-body-style BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
b743c94430
commit
3f1d1921ba
@ -147,6 +147,7 @@
|
||||
"yoda": ["error", "never"],
|
||||
"curly": ["error", "all"],
|
||||
"arrow-parens": ["error", "always"],
|
||||
"arrow-body-style": ["error", "always"],
|
||||
|
||||
"import/no-absolute-path": "error",
|
||||
"import/no-webpack-loader-syntax": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user