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: 942b2113e65f671502115fb114698805332ffc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "private": true,
  "scripts": {
    "eslint": "eslint .",
    "eslint-fix": "eslint --fix ."
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1"
  }
}