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 64f1d38 commit 51437b1Copy full SHA for 51437b1
.github/workflows/repo-sync.yml
@@ -126,7 +126,7 @@ jobs:
126
127
# # Remove unused imports and missing file references
128
echo "Running ESLint to remove unused imports..."
129
- # npm install eslint -g
+ npm install eslint -g
130
eslint . --fix --ignore-pattern "cli/**"
131
132
# echo "Running autoflake to remove unused imports..."
0 commit comments