Skip to content

Commit

Permalink
use different linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Sep 23, 2016
1 parent 48394b9 commit cdc73e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"postinstall-build": "^2.1.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^1.0.0"
},
"devDependencies": {
Expand All @@ -26,6 +26,10 @@
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"create-index": "^0.1.3",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"font-awesome-webpack": "0.0.4",
"glob": "^7.1.0",
"grunt": "~1.0.1",
Expand All @@ -36,14 +40,12 @@
"grunt-contrib-watch": "~1.0.0",
"grunt-exec": "~1.0.1",
"less": "^2.7.1",
"snazzy": "^5.0.0",
"standard": "^8.1.0",
"stylus": "~0.54.5",
"worker-loader": "^0.7.1"
},
"scripts": {
"build:babel": "babel ./src --out-dir ./build",
"lint": "standard 'src/**/*.js' | snazzy",
"lint": "eslint 'src/**/*.js'",
"postversion": "git push && git push --tags",
"storybook": "start-storybook -p 9009 -s ./node_modules/",
"build-storybook": "build-storybook",
Expand Down

0 comments on commit cdc73e0

Please sign in to comment.