Skip to content

Commit

Permalink
Merge pull request #19 from JosephGasiorekUSDS/jgasiorek-i18n-lint
Browse files Browse the repository at this point in the history
FFS-912: Setup linting for hardcoded strings
  • Loading branch information
JosephGasiorekUSDS authored Jun 13, 2024
2 parents 0cee86e + 51afd1d commit 4443c0a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["plugin:i18next/recommended", "next/core-web-vitals"]
}
14 changes: 0 additions & 14 deletions app/sample/page.tsx

This file was deleted.

29 changes: 29 additions & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-plugin-i18next": "^6.0.3",
"jsdom": "^24.1.0",
"typescript": "^5",
"vitest": "^1.6.0"
Expand Down

0 comments on commit 4443c0a

Please sign in to comment.