Skip to content

Commit

Permalink
WIP: fix: resolve eslint findings #54
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 21, 2024
1 parent a758538 commit 0196b82
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config .eslintrc.js
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ lib/user-interface/genai-newsletter-ui/public/amplifyconfiguration.json
lib/user-interface/genai-newsletter-ui/.DS_Store
.DS_Store
lib/api/functions/out
pages/.vitepress/cache
pages/.vitepress/cache
eslint-results.sarif
Loading

0 comments on commit 0196b82

Please sign in to comment.