Skip to content

Commit

Permalink
chore(lintstaged): add tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 24, 2022
1 parent b13b483 commit a2c0fc4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .lintstagedrc
@@ -1,11 +1,5 @@
{
"*": [
"pretty-quick --staged"
],
"*.{js,jsx,ts,tsx}": [
"eslint --max-warnings 0"
],
"*.{ts,tsx}": [
"tsc-files --noEmit -p tsconfig.dev.json stories/types/images.d.ts"
]
"*": ["pretty-quick --staged"],
"*.{js,jsx,ts,tsx}": ["eslint --max-warnings 0"],
"*.{ts,tsx}": ["tsc-files --noEmit -p tsconfig.dev.json stories/types/images.d.ts"]
}

0 comments on commit a2c0fc4

Please sign in to comment.