Skip to content
Snippets Groups Projects
.eslintrc.json 1.21 KiB
Newer Older
    "plugin:prettier/recommended",
    "plugin:yml/recommended"
    "browser": true,
    "es6": true,
    "node": true
  },
  "globals": {
    "Drupal": true,
    "drupalSettings": true,
    "drupalTranslations": true,
    "jQuery": true,
    "_": true,
    "Backbone": true,
    "Modernizr": true,
  "settings": {
    "react": {
      "version": "latest"
    }
  },
    "consistent-return": ["off"],
    "no-underscore-dangle": ["off"],
    "max-nested-callbacks": ["warn", 3],
    "import/no-mutable-exports": ["warn"],
    "no-plusplus": ["warn", {
    "no-param-reassign": ["off"],
    "no-prototype-builtins": ["off"],
    "valid-jsdoc": ["warn", {
      "prefer": {
        "returns": "return",
        "property": "prop"
      },
      "requireReturn": false
    "operator-linebreak": ["error", "after", { "overrides": { "?": "ignore", ":": "ignore" } }]