Skip to content

Commit

Permalink
build: option prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent 6fddad7 commit 0c6419e
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 @@ -12,7 +12,7 @@
"scripts": {
"build": "babel src --out-dir lib --ignore spec.js,test.js",
"build:dev": "babel -w src --out-dir lib --ignore spec.js,test.js",
"lint": "prettier --single-quote --trailing-comma all --tabWidth 2 --bracketSpacing true --printWidth 100 --write 'src/**/*.js'",
"lint": "prettier --single-quote --trailing-comma all --tab-width 2 --bracket-spacing true --print-width 100 --write 'src/**/*.js'",
"test": "npm run lint && npm run test:all",
"test:all": "jest",
"test:dev": "jest --watch",
Expand Down

0 comments on commit 0c6419e

Please sign in to comment.