nixos/home/ags/node_modules/safe-array-concat/.eslintrc
2025-02-27 02:26:55 +01:00

15 lines
201 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}