Remove function-paren-newline from ESLint, covered by prettier
This commit is contained in:
parent
43993aaba5
commit
86cc0a238d
|
@ -3,7 +3,6 @@
|
|||
"extends": [ "plugin:editorconfig/all" ],
|
||||
"plugins": [ "editorconfig" ],
|
||||
"rules": {
|
||||
"function-paren-newline": "error",
|
||||
"prefer-arrow-callback": "error",
|
||||
"prefer-template": "error",
|
||||
"no-var": "error",
|
||||
|
|
Loading…
Reference in New Issue