This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
verdaccio
Watch
1
Star
0
Fork
0
You've already forked verdaccio
mirror of
https://github.com/verdaccio/verdaccio.git
synced
2024-11-13 03:35:52 +01:00
Code
Releases
Wiki
Activity
98c3a5b8d0
verdaccio
/
tools
/
.eslintrc
15 lines
158 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: eslint warnings
2017-07-15 22:04:58 +02:00
{
"rules": {
chore: fix comma-dangle and react/jsx-sort-props enable react/jsx-sort-props enable camelcase on ui enable semi global
2018-12-15 22:01:21 +01:00
"comma-dangle": 0,
fix: eslint warnings
2017-07-15 22:04:58 +02:00
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}
Copy Permalink