Skip to content

Commit a2f28ea

Browse files
committed
fix "npm run lint" command
ignore test automation folder as it uses TypeScript with its own Eslint config
1 parent 930a5a4 commit a2f28ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# ignore dist directory to speed up linting after we build project
22
dist/*
3+
# ignore test automation folder as it uses TypeScript with its own Eslint config
4+
connect-automation/*

0 commit comments

Comments
 (0)