eslint: remove conflicting generator-star-spacing rule

This commit is contained in:
Alex Gleason 2023-08-31 13:41:06 -05:00
parent 918d514a25
commit 899c2bd0dc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
"dot-location": [2, "property"],
"eol-last": 2,
"eqeqeq": [2, "allow-null"],
"generator-star-spacing": [2, {"before": true, "after": true}],
"handle-callback-err": [2, "^(err|error)$"],
"indent": 0,
"jsx-quotes": [2, "prefer-double"],