revere.dev/safelock/dashboard/node_modules/safe-array-concat/.eslintrc

16 lines
201 B
Plaintext
Raw Normal View History

2024-07-01 21:55:25 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}