Files
red-valley/nui-simulator/node_modules/get-proto/.eslintrc
T

11 lines
104 B
Plaintext
Raw Normal View History

2026-03-30 01:40:16 +03:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}