Skip to content

Commit

Permalink
fix: fix command name in eslint-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Warner committed Dec 18, 2020
1 parent e7b11f0 commit 878f89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint .",
"test": "jest .",
"release": "standard-version",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 878f89a

Please sign in to comment.