Browse Source

Use single quotes when prettifying the code

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

2
package.json

@ -31,7 +31,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"prettier --write", "prettier --single-quote --write",
"git add" "git add"
] ]
}, },

Loading…
Cancel
Save