projecte_ionic/node_modules/get-symbol-description/.eslintrc

15 lines
156 B
Plaintext
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}