Skip to content

Commit

Permalink
CI: reanimate pre-commit hook (DevExpress#25432)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bulychev <[email protected]>
  • Loading branch information
iBat and Alexander Bulychev authored Aug 24, 2023
1 parent 8b77683 commit 2dc3f78
Show file tree
Hide file tree
Showing 7 changed files with 530 additions and 341 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint-staged
4 changes: 4 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"**/*.{css,scss}": "stylelint",
"packages/devextreme/**/*.{js,ts,tsx}": "eslint"
}
Loading

0 comments on commit 2dc3f78

Please sign in to comment.