Skip to content

Commit

Permalink
Fix lint script (MetaMask#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Jan 17, 2022
1 parent e6040cc commit a48f425
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 @@
"dev": "yarn start",
"start": "node scripts/build.js dev",
"build": "node scripts/build.js build",
"lint": "prettier docs/guide/*.md docs/snippets/*",
"lint": "prettier docs/guide/*.md docs/snippets/* --check",
"lint:fix": "yarn lint --write",
"view-info": "vuepress view-info docs",
"show-help": "vuepress --help"
Expand Down

0 comments on commit a48f425

Please sign in to comment.