1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/array-includes/test/.eslintrc

9 lines
146 B
Plaintext
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"rules": {
"max-nested-callbacks": [2, 3],
"max-statements-per-line": [2, { "max": 2 }],
"no-invalid-this": [1],
"sort-keys": [0]
}
}