Skip to content

Commit

Permalink
[frontend] feat: Implement linting
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Mar 31, 2024
1 parent e0b94e1 commit d7c0c00
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/dist/
# Local Netlify folder
.netlify
eslint-results.sarif
31 changes: 31 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"build": "react-scripts build",
"test": "vitest",
"lint": "eslint src --ext .ts,.tsx",
"lint:ci": "eslint src --ext .ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
"test:coverage": "vitest --coverage",
"eject": "react-scripts eject",
"docker:build": "docker build -t notes-app-fe .",
Expand Down

0 comments on commit d7c0c00

Please sign in to comment.