Adding check target to makefile to run eslint. Adding eslint to package.json

Этот коммит содержится в:
Christopher Speller
2015-07-28 10:24:24 -04:00
родитель c1637ce113
Коммит 18aaa9d175
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@@ -16,7 +16,9 @@
"jest-cli": "~0.1.17",
"reactify": "^0.15.2",
"uglify-js": "~2.4.15",
"watchify": "^2.1.1"
"watchify": "^2.1.1",
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.0.0"
},
"scripts": {
"start": "watchify --extension=jsx -o ../static/js/bundle.js -v -d ./**/*.jsx",