Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lint-staged behavior. (vercel#2904)
Before vercel#2859: `eslint --quiet --fix` After vercel#2859: `pnpm run lint --quiet --fix --` => `eslint . --ext js,jsx,ts,tsx --quiet --fix --` After this: `eslint --ext js,jsx,ts,tsx --quiet --fix --` Removes the sneaky `.`.
- Loading branch information