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 096130b commit fc844a6Copy full SHA for fc844a6
.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