Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "complexity": [2, 14],
  6. "func-name-matching": 0,
  7. "id-length": [2, { "min": 1, "max": 24, "properties": "never" }],
  8. "max-lines-per-function": [2, { "max": 68 }],
  9. "max-statements": [2, 20],
  10. "new-cap": [2, { "capIsNewExceptions": ["GetMethod"] }]
  11. }
  12. }