ouroboros-group/old/mybulma/node_modules/supports-preserve-symlinks-flag/.eslintrc
2023-09-09 02:27:22 -06:00

14 lines
132 B
Text
Executable file

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