chrome-extension-boilerplate-react-vite
chrome-extension-boilerplate-react-vite copied to clipboard
fix: include .tsx, .js, and .jsx files in pnpm lint script
lint-staged
is already configured to lint not just *.ts
files but also *.tsx
, *.js
, and *.jsx
. Also eslint
is already configured with eslint-plugin-react
. So make pnpm lint
run on the same file types for completeness and consistency.