Files
cht-lawfirm/front/app/node_modules/supports-preserve-symlinks-flag/.eslintrc
2023-01-16 17:49:38 +01:00

15 lines
132 B
Plaintext

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