Sha256: 88fb3d8674c403d5ab55e0ff00a2c8eacd031401aad3fa92342f4d849d99b6c1

Contents?: true

Size: 987 Bytes

Versions: 1

Compression:

Stored size: 987 Bytes

Contents

{
  "env": {
    "es6": false,
    "qunit": true,
    "jquery": true
  },
  "globals": {
    "Util": false
  },
  "parserOptions": {
    "ecmaVersion": 5,
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    // Best Practices
    "consistent-return": "off",
    "no-alert": "off",
    "no-console": "off",
    "no-empty-function": "off",
    "no-extend-native": "off",
    "no-magic-numbers": "off",
    "vars-on-top": "off",

    // NodeJS and CommonJS
    "global-require": "off",
    "no-process-env": "off",
    "no-process-exit": "off",
    "no-sync": "off",

    // Stylistic Issues
    "brace-style": "off",
    "func-style": "off",
    "max-statements-per-line": "off",
    "object-curly-newline": "off",
    "object-property-newline": "off",
    "spaced-comment": "off",

    // ECMAScript 6
    "no-var": "off",
    "object-shorthand": "off",
    "prefer-arrow-callback": "off",
    "prefer-template": "off",
    "prefer-rest-params": "off"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
card-1.93.3 mod/bootstrap/vendor/bootstrap/js/tests/.eslintrc.json