Sha256: f5ab81f12a8f41cae0857a8c9501744ae91c8dc9f3ed37f325aafd379766137c

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 KB

Contents

{
  "env": {
    "browser": true,
    "es6": true,
    "jest": true
  },
  "extends": [
    "airbnb",
    "plugin:prettier/recommended",
    "plugin:import/errors",
    "plugin:import/warnings",
    "plugin:jest/recommended"
  ],
  "parser": "babel-eslint",
  "parserOptions": {
    "ecmaFeatures": {
      "jsx": true,
      "modules": true
    },
    "ecmaVersion": 8,
    "sourceType": "module"
  },
  "plugins": [
    "jest"
  ],
  "root": true,
  "rules": {
    "import/first": "off",
    "import/no-extraneous-dependencies": [
      "error",
      {
        "devDependencies": [
          "app/webpack/**/*.spec.*",
          "spec/javascripts/setupTests.js"
        ]
      }
    ],
    "import/order": [
      "error",
      {
        "groups": [
          "builtin",
          "external",
          "parent",
          "sibling",
          "index"
        ]
      }
    ],
    "jsx-a11y/anchor-is-valid": "off",
    "no-console": [
      "error",
      {
        "allow": [
          "error"
        ]
      }
    ],
    "no-return-assign": [
      "error",
      "except-parens"
    ],
    "react/destructuring-assignment": "off",
    "react/forbid-prop-types": "off",
    "react/jsx-one-expression-per-line": "off",
    "react/no-access-state-in-setstate": "off",
    "react/no-danger": "off"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.17.0 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.0 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.2 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.3 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.6 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.4 lib/generators/disco_app/react/templates/root/.eslintrc
disco_app-0.18.1 lib/generators/disco_app/react/templates/root/.eslintrc