Files
old-cto-as-you-go/CTOAsYouGo/node_modules/supports-preserve-symlinks-flag/.eslintrc
2023-07-01 10:42:40 +02:00

15 lines
132 B
Plaintext

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