mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-19 15:34:50 +08:00
15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
},
|
|
}
|