aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/build/.eslintrc.json
blob: e406f9f69d3dc0cd84206d4c3956fd66ae5aebdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "consistent-return": "off",
    "func-style": "off",
    "no-console": "off",
    "no-magic-numbers": "off",
    "no-process-exit": "off",
    "no-sync": "off",
    "spaced-comment": "off"
  }
}