Skip to content

Commit

Permalink
🐳 chore(.lintstagedrc.js): remove tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
NotEvenANeko committed Apr 5, 2022
1 parent 170beef commit 08b36dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ const buildEslintCommand = (filenames) =>
.join(' --file ')}`;

module.exports = {
'!(.*).{js,jsx,ts,tsx}': [
'tsc-files --noEmit',
buildEslintCommand,
'prettier --write',
],
'!(.*).{js,jsx,ts,tsx}': [buildEslintCommand, 'prettier --write'],
};

0 comments on commit 08b36dd

Please sign in to comment.