Skip to content

Commit

Permalink
Include ts files in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Jan 29, 2024
1 parent 4e70e8c commit 43c1012
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 @@ -9,7 +9,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint webAO --ext .js",
"lint": "eslint webAO",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install"
},
Expand Down

0 comments on commit 43c1012

Please sign in to comment.