Lobashov_Ivan_PIBD-21_IP/Lab3/node_modules/supports-preserve-symlinks-flag/.eslintrc
2024-01-10 22:39:31 +04:00

15 lines
132 B
Plaintext

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