mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 21:09:30 +08:00
9 lines
120 B
Text
9 lines
120 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"new-cap": [2, { "capIsNewExceptions": ["IsCallable"] }],
|
|
},
|
|
}
|