1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-18 01:11:36 +07:00
verdaccio-ui/tools/.eslintrc

15 lines
158 B
Plaintext
Raw Permalink Normal View History

2019-04-05 02:23:40 +07:00
{
"rules": {
"comma-dangle": 0,
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}