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: 8709a8b5b5e637ccbcc938847ff5bfea7ad4aaec (plain)
1
2
3
4
5
6
7
8
9
10
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json"
}