Skip to content

Commit

Permalink
Loosens lint checking as we have prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Mar 28, 2017
1 parent 2acf4f7 commit 16d9ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "babel-node ./tools/scripts/build.js",
"check": "yarn run lint && yarn run test",
"check": "yarn run test",
"clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd",
"example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
"lint": "eslint src",
Expand Down

0 comments on commit 16d9ef3

Please sign in to comment.