Files
red_de_investigacion_front/node_modules/object.values/.eslintrc
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

12 lines
285 B
Plaintext

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