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









                                 
                        

                                           

   
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off",
    "strict": "error",
    "unicorn/prefer-top-level-await": "off"
  }
}