Sha256: c579408acd6c3eba01ef34582e73154b28a831740ccca5017a6823ce10ff1cf4

Contents?: true

Size: 425 Bytes

Versions: 7

Compression:

Stored size: 425 Bytes

Contents

{
  "env": {
    "browser": true,
    "commonjs": true,
    "es6": true,
    "node": true
  },
  "parserOptions": {
    "ecmaFeatures": {
      "jsx": true
    },
    "sourceType": "module"
  },
  "rules": {
    "no-const-assign": "warn",
    "no-this-before-super": "warn",
    "no-undef": "warn",
    "no-unreachable": "warn",
    "no-unused-vars": "error",
    "constructor-super": "warn",
    "valid-typeof": "warn"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
danger-eslint-0.1.6 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.5 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.4 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.3 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.2 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.1 spec/fixtures/config/.eslintrc.json
danger-eslint-0.1.0 spec/fixtures/config/.eslintrc.json