Skip to content

Commit

Permalink
Git hooks: hide warnings from eslint pre-commit check. (#25751)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Vinogradov <[email protected]>
  • Loading branch information
williamvinogradov and Ilya Vinogradov authored Oct 6, 2023
1 parent 8f3b10a commit 2f41b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"**/*.{css,scss}": "stylelint",
"packages/devextreme/**/*.{js,ts,tsx}": "eslint"
"packages/devextreme/**/*.{js,ts,tsx}": "eslint --quiet"
}

0 comments on commit 2f41b8d

Please sign in to comment.