Files
module4_backend_project/node_modules/get-proto/.eslintrc
T

11 lines
104 B
Plaintext
Raw Normal View History

2025-02-11 15:06:41 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}