chrome-extension-boilerplate-react-vite icon indicating copy to clipboard operation
chrome-extension-boilerplate-react-vite copied to clipboard

fix: include .tsx, .js, and .jsx files in pnpm lint script

Open aspiers opened this issue 1 year ago • 0 comments

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.

aspiers avatar Dec 30 '23 17:12 aspiers