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

.eslintrc.json - github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99c529acd39d4f6f323f6737f41e3318d5f2186e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "root": true,
  "env": {
    "es6": true,
    "node": true
  },
  "parserOptions": {
    "ecmaVersion": 2017
  },
  "extends": "eslint:recommended",
  "rules": {
    "quotes": [
      "error",
      "single"
    ]
  }
}