Skip to content

Commit

Permalink
Remove trailing comma option
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Brandau committed Oct 4, 2018
1 parent a65a2f6 commit 1845a40
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 @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prettier": "prettier --single-quote --trailing-comma es5 --write src/**/*.js",
"prettier": "prettier --single-quote --write src/**/*.js",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
Expand Down

0 comments on commit 1845a40

Please sign in to comment.