Skip to content

Commit

Permalink
refactor(lint-staged): add correct path (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 15, 2024
1 parent 41f4736 commit 6ec3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
'**/*': 'prettier --write',
'src/**/*.ts': 'eslint --fix',
'index.ts': 'eslint --fix',
};

0 comments on commit 6ec3e58

Please sign in to comment.