Skip to content

Commit

Permalink
chore: update lint-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Feb 16, 2023
1 parent ff01dd2 commit afd76c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .lintstagedrc.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
export default {
"*.{ts,tsx}": ["prettier --write"],
"!(*test).{ts,tsx}": (fileNames) =>
fileNames.length > 10
? ["eslint --config .eslintrc.js"]
: [
`eslint --config .eslintrc.js ${fileNames.join(" ")}`,
"pnpm run ts-check",
],
}

0 comments on commit afd76c4

Please sign in to comment.