Merge "Don't enforce js whitespace"

This commit is contained in:
Zuul 2020-12-01 23:38:54 +00:00 committed by Gerrit Code Review
commit 0a26175f9f
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ plugins:
- standard
- jest
rules:
# SwitchCase value is a multiplicator of configured indentation value (2)
indent: ["error", 2, {"SwitchCase": 1}]
no-var: error
no-console: off
semi: [error, never]