mirror of
https://git.hmsn.ink/kospo/helptalk/push.git
synced 2026-03-19 21:05:09 +09:00
17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"func-name-matching": 0,
|
|
"id-length": 0,
|
|
"new-cap": [2, {
|
|
"capIsNewExceptions": [
|
|
"GetIntrinsic",
|
|
],
|
|
}],
|
|
"no-magic-numbers": 0,
|
|
},
|
|
}
|