mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +08:00
19 lines
215 B
Text
19 lines
215 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"eqeqeq": [2, "allow-null"],
|
|
"id-length": 0,
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "test/**",
|
|
"rules": {
|
|
"max-lines-per-function": 0,
|
|
},
|
|
},
|
|
],
|
|
}
|