Files
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

20 lines
221 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [1],
"operator-linebreak": [2, "before"],
},
"overrides": [
{
"files": ["test/**/*.js"],
"globals": {
"Proxy": false,
},
},
],
}