package.json 385 Bytes
Newer Older
winniehell's avatar
winniehell committed
1 2 3
{
  "private": true,
  "scripts": {
winniehell's avatar
winniehell committed
4 5
    "eslint": "eslint --ext .js,.js.es6 .",
    "eslint-fix": "eslint --fix --ext .js,.js.es6 ."
winniehell's avatar
winniehell committed
6 7 8 9
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-airbnb": "^12.0.0",
10
    "eslint-plugin-filenames": "^1.1.0",
winniehell's avatar
winniehell committed
11 12 13 14 15
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1"
  }
}