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 5f410a6 commit beb7e3aCopy full SHA for beb7e3a
source/nodejs/.husky/pre-commit
@@ -4,8 +4,9 @@ if [ -f $HUSKY_SH ]; then
4
. $HUSKY_SH
5
cd source/nodejs
6
NODEJS_FILES_CHANGED=`git status . --short | wc -l`
7
- if [ $NODEJS_FILES_CHANGED != "0" ]; then
8
- npx lint-staged
9
- fi
+ # npx lint-staged is disabled because of https://github.com/microsoft/AdaptiveCards/issues/6895
+ #if [ $NODEJS_FILES_CHANGED != "0" ]; then
+ # npx lint-staged
10
+ #fi
11
fi
12
0 commit comments