ship-gis/node_modules/safe-array-concat/.eslintrc

16 lines
201 B
Plaintext
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}