odin-js-fundamentals-part-5/node_modules/safe-array-concat/.eslintrc

16 lines
201 B
Plaintext
Raw Normal View History

2024-01-11 08:52:05 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}