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:
parent
b3ea81e596
commit
41f0782db4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue