Skip to content

Commit 6ed9755

Browse files
committed
change linter options in pre-commit hook
1 parent 67d3782 commit 6ed9755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.huskyrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
'hooks': {
3-
'pre-commit': 'eslint --ext .js,.ts',
2+
hooks: {
3+
'pre-commit': 'eslint --ext .js,.ts .',
44
'pre-push': 'npm test'
55
}
6-
}
6+
};

0 commit comments

Comments
 (0)