Downgrade eslint and patch makefile

This commit is contained in:
Andrew Sliwinski 2015-09-02 13:45:58 -07:00
parent 79dce3f711
commit ec2ad70ab0
3 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@ test:
lint:
$(ESLINT) ./*.js
$(ESLINT) ./src/{components/**,mixins,views/**}/*.jsx
$(ESLINT) ./src/{.,components/**,mixins,views/**}/*.jsx
# ------------------------------------

View file

@ -5,6 +5,7 @@
### To Build
```bash
npm install
npm start
```

View file

@ -20,7 +20,7 @@
"dependencies": {},
"devDependencies": {
"css-loader": "0.17.0",
"eslint": "1.3.1",
"eslint": "1.0.0",
"eslint-plugin-react": "3.3.1",
"json-loader": "0.5.2",
"jsx-loader": "0.13.2",