Skip to content

Commit

Permalink
✨ adding --require-pragma for smarts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirshko committed Dec 23, 2018
1 parent 075f14a commit 4fb1b9c
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 @@ -24,7 +24,7 @@
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"format": "prettier --write \"./src/**/*.js\" \"./src/**/*.css\""
"format": "prettier --require-pragma --write \"./src/**/*.js\" \"./src/**/*.css\""
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 4fb1b9c

Please sign in to comment.