Skip to content

Commit

Permalink
馃敡 Lint ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Mar 14, 2024
1 parent 15b4090 commit 4a541e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"clean": "rm -rf lib",
"coverage": "codecov",
"flow": "flow",
"lint": "eslint ./src && prettier --check src/**/*.js",
"lint": "eslint ./src && prettier --check src/**/*.{js,ts}",
"package": "pkg . --output ./bin/gitmoji --targets latest-linux-x64,latest-macos-x64,latest-win-x64",
"prepare": "husky install",
"prepublishOnly": "yarn run lint && yarn run flow && yarn run test",
Expand Down

0 comments on commit 4a541e5

Please sign in to comment.