wishthis/node_modules/supports-preserve-symlinks-flag/.eslintrc
2022-01-21 09:28:41 +01:00

14 lines
132 B
Text

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