Files
comp1537-assignment5/node_modules/get-proto/.eslintrc
T
2025-03-18 22:46:53 -07:00

11 lines
104 B
Plaintext

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