mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
02b4ce50e5
enable react/jsx-sort-props enable camelcase on ui enable semi global
14 lines
158 B
Text
14 lines
158 B
Text
{
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|