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: 08169ca4cca8bf0b555a692d0384b4009e877c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off"
  }
}