Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc.json « build - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 679bd26f7ba26c1539c31daaec902400e091f3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off",
    "strict": "error"
  }
}