mirror of
https://github.com/SomboChea/ui
synced 2024-11-04 21:54:30 +07:00
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
{
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|