hugoWebsite/node_modules/supports-preserve-symlinks-.../.eslintrc

15 lines
132 B
Plaintext
Raw Normal View History

2022-10-29 00:20:35 +02:00
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}