Skip to content

Commit

Permalink
fix(ui-react): fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Dec 23, 2022
1 parent 41db295 commit 1aa0e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dev": "tsup --watch",
"dev:build": "tsup",
"clean": "rimraf dist node_modules",
"lint": "tsc --noEmit --project tsconfig.dev.json && eslint",
"lint": "tsc --noEmit --project tsconfig.dev.json && eslint src --ext .js,.ts,.tsx",
"test": "yarn test:unit",
"test:watch": "yarn test:unit:watch",
"test:unit": "jest",
Expand Down

0 comments on commit 1aa0e85

Please sign in to comment.