Skip to content

Commit

Permalink
style(ui): Add ts eslint plugin to config
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 7, 2024
1 parent 449e94f commit 6525fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugin:tailwindcss/recommended",
"prettier"
],
"plugins": ["tailwindcss"],
"plugins": ["tailwindcss", "@typescript-eslint/eslint-plugin"],
"rules": {
"@next/next/no-html-link-for-pages": "off",
"@typescript-eslint/no-unused-vars": "warn",
Expand Down
2 changes: 1 addition & 1 deletion frontend/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
cd frontend
npx lint-staged
pnpm lint-staged --quiet

0 comments on commit 6525fe3

Please sign in to comment.