We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0f410 commit d1432c9Copy full SHA for d1432c9
scripts/validate-eslint.sh
@@ -4,7 +4,7 @@
4
# MODIFIED: t.hamoudi
5
# MAINTAINED: [email protected]
6
7
-STAGED_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep -E "(.js$|.jsx$|.ts$|.tsx$)")
+STAGED_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep -E "(.js$|.jsx$|.ts$|.tsx$|.vue$)")
8
9
if [[ "$STAGED_FILES" = "" ]]; then
10
exit 0
0 commit comments