1
Fork 0

eslint: remove one-var rule

This commit is contained in:
Alan Faubert 2018-12-15 16:49:25 -05:00
parent 7deab94a84
commit 35ab7422e7
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ rules:
object-curly-spacing:
- error
- always
one-var:
- error
- never
quote-props:
- error
- as-needed