amis-rpc-design/node_modules/supports-preserve-symlinks-flag/.eslintrc
2023-10-07 19:42:30 +08:00

15 lines
132 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}