Skip to content

Commit

Permalink
Use prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 21, 2019
1 parent 7e07541 commit 2ba6e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"test": "jest",
"prettierbase": "prettier '{src,test}/**/*.{ts,html,scss}'",
"format": "npm run prettierbase -- --write",
"lint": "npm run prettierbase -- --list-different"
"lint": "npm run prettierbase -- --check"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ba6e4b

Please sign in to comment.