Skip to content

Commit 5a2173b

Browse files
committed
Run lint-staged tsc on all files
1 parent 5c0407f commit 5a2173b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lint-staged.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module.exports = {
33
'*.{js,ts,tsx}': 'eslint --cache',
44

55
// FIXME https://github.com/microsoft/TypeScript/issues/27379
6-
'*.{ts,tsx}':
7-
'tsc --noEmit --esModuleInterop --jsx preserve --strict --noUnusedLocals --noUnusedParameters --noImplicitReturns --noFallthroughCasesInSwitch --forceConsistentCasingInFileNames',
6+
'*.{ts,tsx}': () => 'tsc',
87

98
'*.scss': 'stylelint --cache'
109
};

0 commit comments

Comments
 (0)