Skip to content

Commit

Permalink
wip: disable unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 21, 2024
1 parent 224027d commit 2345cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ done
if $SHOULD_FIX
then
echo "Fixing Linting issues in Typescript"
NPM_LINT_COMMAND="npm run lint:fix --silent"
# NPM_LINT_COMMAND="npm run lint:fix --silent"
PYTHON_FLAGS="--fix"
else
NPM_LINT_COMMAND="npm run lint --silent"
# NPM_LINT_COMMAND="npm run lint --silent"
PYTHON_FLAGS=""
fi

Expand Down

0 comments on commit 2345cbc

Please sign in to comment.