mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Downgrade eslint and patch makefile
This commit is contained in:
parent
79dce3f711
commit
ec2ad70ab0
3 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ test:
|
|||
|
||||
lint:
|
||||
$(ESLINT) ./*.js
|
||||
$(ESLINT) ./src/{components/**,mixins,views/**}/*.jsx
|
||||
$(ESLINT) ./src/{.,components/**,mixins,views/**}/*.jsx
|
||||
|
||||
# ------------------------------------
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
### To Build
|
||||
```bash
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue