Skip to content

Commit

Permalink
Merge pull request #205 from Jimver/eslint-parser
Browse files Browse the repository at this point in the history
Update eslint parser and ensure consistent eslint configuration
  • Loading branch information
Jimver authored Mar 12, 2023
2 parents fb876b6 + d245610 commit d943e7e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"plugins": [
"jest",
"@typescript-eslint",
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^18.11.9",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/parser": "^5.54.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit d943e7e

Please sign in to comment.