Skip to content

Commit

Permalink
Lint typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Feb 21, 2024
1 parent bfb4c14 commit fc2591c
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 @@ -30,7 +30,7 @@
"scripts": {
"build": "node_modules/.bin/tsc",
"checks": "npm run lint && npm test",
"lint": "npx eslint src/**/*.js test/**/*.js test-utils/**/*.js",
"lint": "npx eslint src/**/*.ts test/**/*.js",
"lint:ts": "npx eslint src/**/*.ts",
"lint:fix": "npm run lint:ts -- --fix",
"prepare": "npm run build",
Expand Down

0 comments on commit fc2591c

Please sign in to comment.