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

package.json - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a9fb808eef5f9e10c1a34ed7776ac316de8190e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "private": true,
  "scripts": {
    "eslint": "eslint --ext .js,.js.es6 .",
    "eslint-fix": "eslint --fix --ext .js,.js.es6 ."
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-filenames": "^1.1.0",
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-jasmine": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1",
    "istanbul": "^0.4.5"
  }
}