1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02: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:
Divlo 2022-08-31 13:25:38 +02:00
parent f138acaf53
commit b743c94430
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -146,6 +146,7 @@
"radix": "error",
"yoda": ["error", "never"],
"curly": ["error", "all"],
"arrow-parens": ["error", "always"],
"import/no-absolute-path": "error",
"import/no-webpack-loader-syntax": "error",