timetracker/frontend/node_modules/supports-preserve-symlinks-flag/.eslintrc
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

14 lines
132 B
Text

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