Remove function-paren-newline from ESLint, covered by prettier

This commit is contained in:
Michael Weimann 2022-12-23 19:21:02 +01:00
parent 43993aaba5
commit 86cc0a238d
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
"extends": [ "plugin:editorconfig/all" ], "extends": [ "plugin:editorconfig/all" ],
"plugins": [ "editorconfig" ], "plugins": [ "editorconfig" ],
"rules": { "rules": {
"function-paren-newline": "error",
"prefer-arrow-callback": "error", "prefer-arrow-callback": "error",
"prefer-template": "error", "prefer-template": "error",
"no-var": "error", "no-var": "error",