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.
2 parents d19be32 + 64d4697 commit c2b04a8Copy full SHA for c2b04a8
.eslintignore
@@ -0,0 +1 @@
1
+/cli
.github/workflows/repo-sync.yml
@@ -127,7 +127,7 @@ jobs:
127
# # Remove unused imports and missing file references
128
# echo "Running ESLint to remove unused imports..."
129
# npm install eslint -g
130
- # eslint . --fix
+ eslint . --fix --ignore-path .eslintignore
131
132
# echo "Running autoflake to remove unused imports..."
133
# pip install autoflake
0 commit comments