Skip to content

Commit

Permalink
Merge pull request scratchfoundation#10 from rschamp/lint-2
Browse files Browse the repository at this point in the history
Actually lint React files
  • Loading branch information
rschamp authored Oct 24, 2016
2 parents cdbf45a + 620843c commit 55d359a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rm -rf ./build && mkdir -p build",
"deploy": "gh-pages -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
"lint": "eslint .",
"lint": "eslint . --ext .js,.jsx",
"postmerge": "opt --in postmerge --exec 'npm install'",
"postrewrite": "opt --in postrewrite --exec 'npm install'",
"precommit": "opt --in precommit --exec 'npm run lint'",
Expand Down Expand Up @@ -41,7 +41,7 @@
"babel-preset-react": "6.11.1",
"copy-webpack-plugin": "3.0.1",
"eslint": "3.5.0",
"eslint-config-scratch": "^1.0.0",
"eslint-config-scratch": "^2.0.0",
"eslint-plugin-react": "6.4.1",
"gh-pages": "0.11.0",
"html-webpack-plugin": "2.22.0",
Expand Down

0 comments on commit 55d359a

Please sign in to comment.