diff --git a/lint-staged.config.js b/lint-staged.config.js index 0e8af82d..b1c10095 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -9,4 +9,5 @@ export default { '*.{ts,tsx,js,jsx}': ['oxfmt --write', 'oxlint --fix', () => `yarn i18n:extract`, 'git add src/i18n/locales/*.po'], '*.{json,md,yml,yaml,css,scss,html,graphql}': 'oxfmt --write', + '*.{ts,tsx,json}': () => 'yarn tsc', };