0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

refactor: actived the rule quote-props

This commit is contained in:
Priscila Oliveira 2019-01-06 11:03:41 +01:00
parent b3ea81e596
commit 41f0782db4

View file

@ -120,7 +120,7 @@
"prefer-spread": 1,
"prefer-rest-params": 1,
"linebreak-style": 0,
"quote-props":["warn", "as-needed"],
"quote-props":["error", "as-needed"],
"verdaccio/jsx-no-style": ["warn"],
"verdaccio/jsx-spread": ["warn"],
"jest/expect-expect": 0