projecte_ionic/node_modules/get-symbol-description/.eslintrc
2022-02-09 18:30:03 +01:00

15 lines
156 B
Plaintext
Executable file

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}