Files
ccdi/doc/test-data/purchase_transaction/node_modules/get-proto/.eslintrc
2026-02-09 14:34:27 +08:00

11 lines
104 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}