projecte_ionic/node_modules/is-negative-zero/.eslintrc
2022-02-09 18:30:03 +01:00

12 lines
138 B
Plaintext
Executable file

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 14],
"no-extra-parens": [1],
"no-magic-numbers": 0
}
}