Skip to content

Commit

Permalink
Update lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 2, 2019
1 parent 9b44517 commit 38e5e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"test": "jest --coverage -u && npm run lint",
"coverage": "cat coverage/lcov.info | coveralls",
"lint": "eslint src/**/*.ts",
"lint": "eslint --ext=js,ts src",
"format": "prettier --write '**/*.{ts,md,json}'",
"build": "tsc",
"prepare": "npm run build"
Expand Down

0 comments on commit 38e5e21

Please sign in to comment.