mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:49:29 +08:00
13 lines
173 B
Text
13 lines
173 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"func-name-matching": 0,
|
|
"id-length": 0,
|
|
"new-cap": [2, {
|
|
"capIsNewExceptions": ["GetIntrinsic"],
|
|
}],
|
|
},
|
|
}
|