lint: turn on @stylistic/js/arrow-parens
This commit is contained in:
parent
69485716a0
commit
cf54beacc2
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ export default [
|
|||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
"@stylistic/js/comma-dangle": ["warn", "always-multiline"],
|
||||
"@stylistic/js/arrow-parens": "warn",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue