DavideViolante/downdetector-api

View on GitHub
.eslintrc.json

Summary

Maintainability
Test Coverage
{
    "env": {
      "commonjs": true,
      "es2021": true,
      "node": true,
      "mocha": true
    },
    "extends": ["eslint:recommended", "google"],
    "parserOptions": {
      "ecmaVersion": 12
    },
    "rules": {
      "max-len": [
        "error", 100
      ],
      "object-curly-spacing": [
        "error", "always"
      ],
      "space-infix-ops": "error"
    }
  }