Last active
April 19, 2022 20:31
-
-
Save babldev/9ac9c032ccd80a025e8f8ef21beb6430 to your computer and use it in GitHub Desktop.
Revisions
-
babldev revised this gist
Apr 19, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repos: hooks: - id: typescript-check name: typescript-check entry: npx tsc language: system types_or: [ts, tsx] pass_filenames: false -
babldev created this gist
Apr 19, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ repos: - repo: local hooks: - id: typescript-check name: typescript-check entry: npx tsc --noEmit language: system types_or: [ts, tsx] pass_filenames: true