Files
glink-website/node_modules/has-symbols/.eslintrc
Aravind142857 a8b8883b11 Node JS version
2023-06-09 20:10:18 -05: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,
}
}