mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 05:09:13 +08:00
14 lines
156 B
Text
14 lines
156 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": 0,
|
|
"new-cap": [2, {
|
|
"capIsNewExceptions": [
|
|
"GetIntrinsic",
|
|
],
|
|
}],
|
|
},
|
|
}
|