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

.eslintrc.json « examples « 4.1 « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f04fd6ae131d974e02e01b72aba49381bfacb86d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "env": {
    "es6": false,
    "jquery": true
  },
  "parserOptions": {
    "ecmaVersion": 5,
    "sourceType": "script"
  },
  "extends": "../../../js/tests/unit/.eslintrc.json"
}