projecte_ionic/node_modules/has-symbols/.eslintrc
2022-02-09 18:30:03 +01:00

12 lines
164 B
Plaintext
Executable file

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}