APL/DEV 4.3/TP07/node_modules/has-symbols/.eslintrc
2023-03-24 16:04:40 +01:00

12 lines
164 B
Plaintext

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