Skip to content

Commit

Permalink
Fix linters not checking jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jan 17, 2025
1 parent 40fb051 commit 60726cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tgui:bench": "webpack --env TGUI_BENCH=1 && node packages/tgui-bench/index.js",
"tgui:build": "BROWSERSLIST_IGNORE_OLD_DATA=true webpack",
"tgui:dev": "node --experimental-modules packages/tgui-dev-server/index.js",
"tgui:lint": "eslint packages --ext .js,.cjs,.ts,.tsx",
"tgui:lint": "eslint packages --ext .js,.jsx,.cjs,.ts,.tsx",
"tgui:prettier": "prettier --check .",
"tgui:sonar": "eslint packages -c .eslintrc-sonar.yml",
"tgui:test": "jest --watch",
Expand Down

0 comments on commit 60726cb

Please sign in to comment.