smatchit_tailwind_project/node_modules/supports-preserve-symlinks-flag/.eslintrc
2024-07-15 15:57:41 +03:00

15 lines
132 B
Plaintext

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