aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/twbs/bootstrap/build/.eslintrc.json
blob: 76e7f37b6348334aeae551261b2484708e9a7d41 (plain) (tree)



















                                 
{
  "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-env": "off",
    "no-process-exit": "off",
    "no-sync": "off",
    "spaced-comment": "off"
  }
}