projecte_ionic/node_modules/has-symbols/.eslintrc

12 lines
164 B
Plaintext
Raw Normal View History

2022-02-09 18:30:03 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}