Skip to content

Commit a88e5e2

Browse files
committed
ci: add lint-staged configuration for ESLint
1 parent d98aa9b commit a88e5e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lint-staged.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
'src/**/*.{ts,js}': ['npx eslint'],
3+
}

0 commit comments

Comments
 (0)