Skip to content

Commit bb235a8

Browse files
committedJul 29, 2023
build: Lint staged - run on tsx? files
1 parent 793a6bb commit bb235a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
'**/*.{js,jsx}': ['npx prettier --write', 'npx eslint --fix'],
2+
'**/*.{js,jsx,ts,tsx}': ['npx prettier --write', 'npx eslint --fix'],
33
};

0 commit comments

Comments
 (0)
Please sign in to comment.