odin-js-fundamentals-part-4/node_modules/get-symbol-description/.eslintrc

15 lines
156 B
Plaintext
Raw Normal View History

2024-01-05 19:30:21 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}