mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02: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:
@ -146,6 +146,7 @@
|
|||||||
"radix": "error",
|
"radix": "error",
|
||||||
"yoda": ["error", "never"],
|
"yoda": ["error", "never"],
|
||||||
"curly": ["error", "all"],
|
"curly": ["error", "all"],
|
||||||
|
"func-style": ["error", "expression"],
|
||||||
"arrow-parens": ["error", "always"],
|
"arrow-parens": ["error", "always"],
|
||||||
"arrow-body-style": ["error", "always"],
|
"arrow-body-style": ["error", "always"],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user