Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/object.entries/.eslintrc
VanyaAlekseev c91124ead4 lab3
2023-12-21 21:08:22 +04:00

12 lines
277 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"]
},
}