Skip to content

Commit

Permalink
chore(lintstaged): remove tsc-files lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 1, 2024
1 parent 8326afd commit 37aa3ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"*": ["prettier --write --ignore-unknown"],
"*.{js,jsx,ts,tsx}": ["eslint --max-warnings 0"],
"*.{ts,tsx}": ["tsc-files --noEmit -p tsconfig.json stories/types/images.d.ts"]
"*.{js,jsx,ts,tsx}": ["eslint --max-warnings 0"]
}
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"rollup-plugin-dts": "6.1.1",
"semantic-release": "24.2.0",
"storybook": "8.4.1",
"tsc-files": "1.1.4",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vite-tsconfig-paths": "5.0.1",
Expand Down

0 comments on commit 37aa3ef

Please sign in to comment.