Skip to content

Commit 64d4697

Browse files
committed
added git ingnore file
1 parent d19be32 commit 64d4697

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/cli

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# # Remove unused imports and missing file references
128128
# echo "Running ESLint to remove unused imports..."
129129
# npm install eslint -g
130-
# eslint . --fix
130+
eslint . --fix --ignore-path .eslintignore
131131
132132
# echo "Running autoflake to remove unused imports..."
133133
# pip install autoflake

0 commit comments

Comments
 (0)