mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add func-style: "expression"
Ref: https://eslint.org/docs/latest/rules/func-style BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
1f20fe89e8
commit
099a3388a1
@ -146,6 +146,7 @@
|
||||
"radix": "error",
|
||||
"yoda": ["error", "never"],
|
||||
"curly": ["error", "all"],
|
||||
"func-style": ["error", "expression"],
|
||||
"arrow-parens": ["error", "always"],
|
||||
"arrow-body-style": ["error", "always"],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user