- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
26 lines
424 B
Plaintext
26 lines
424 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb/eslint-config/node/0.4",
|
|
|
|
"rules": {
|
|
"consistent-return": "warn",
|
|
"func-style": "warn",
|
|
"max-len": "off",
|
|
"max-lines-per-function": "off",
|
|
"max-statements-per-line": "warn",
|
|
"no-invalid-this": "warn",
|
|
"no-param-reassign": "warn",
|
|
"no-underscore-dangle": "warn",
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "test/**",
|
|
"rules": {
|
|
"no-plusplus": "warn",
|
|
},
|
|
},
|
|
],
|
|
}
|