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

.eslintrc.json « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee0d8306a56ddf84737eaa2018b02870d5076c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "env": {
    "es6": false,
    "browser": true,
    "node": false
  },
  "parserOptions": {
    "ecmaVersion": 5,
    "sourceType": "script"
  },
  "extends": [
    "../.eslintrc.json"
  ],
  "rules": {
    "prefer-template": "off"
  }
}