aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/twbs/bootstrap/site/.eslintrc.json
blob: 11fae1928e54cabb418192e576ca83d066afeedf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
               







                          




                                 
            




















                                       
                                             

                                              
                                            

                                           

   
{
  "root": true,
  "env": {
    "es6": false,
    "jquery": true
  },
  "parserOptions": {
    "ecmaVersion": 5,
    "sourceType": "script"
  },
  "extends": [
    "plugin:unicorn/recommended",
    "xo",
    "xo/browser"
  ],
  "rules": {
    "capitalized-comments": "off",
    "indent": [
      "error",
      2,
      {
        "MemberExpression": "off",
        "SwitchCase": 1
      }
    ],
    "object-curly-spacing": [
      "error",
      "always"
    ],
    "semi": [
      "error",
      "never"
    ],
    "strict": "error",
    "unicorn/no-for-loop": "off",
    "unicorn/no-null": "off",
    "unicorn/prefer-array-find": "off",
    "unicorn/prefer-dom-node-dataset": "off",
    "unicorn/prefer-includes": "off",
    "unicorn/prefer-number-properties": "off",
    "unicorn/prefer-dom-node-append": "off",
    "unicorn/prefer-query-selector": "off",
    "unicorn/prevent-abbreviations": "off"
  }
}