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 d19be32 commit 64d4697Copy full SHA for 64d4697
.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