Browse Source

Tell `prettier` not to use semicolons

master
Leo Lamprecht 8 years ago
parent
commit
c90ca1b859
  1. 2
      package.json

2
package.json

@ -40,7 +40,7 @@
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"npm run lint", "npm run lint",
"prettier --single-quote --write", "prettier --single-quote --no-semi --write",
"git add" "git add"
] ]
}, },

Loading…
Cancel
Save