Constnium/node_modules/supports-preserve-symlinks-flag/.eslintrc

15 lines
132 B
Text
Raw Normal View History

2022-06-23 02:27:43 +02:00
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}