PIbd-21_Danilov_V.V._Intern.../Lab3/node_modules/object.entries/.eslintrc

12 lines
277 B
Plaintext
Raw Normal View History

2023-12-19 20:23:11 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"]
},
}