1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/tools/.eslintrc
Juan Picado @jotadeveloper 02b4ce50e5
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:07:19 +01:00

15 lines
158 B
Plaintext

{
"rules": {
"comma-dangle": 0,
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}