Skip to content

Commit

Permalink
update tslint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Jun 2, 2024
1 parent 62cf0fb commit 5911278
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 77 deletions.
213 changes: 139 additions & 74 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"base.js"
],
"dependencies": {
"eslint-config-turbo": "^1.13.2",
"eslint-config-turbo": "^1.13.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"typescript": "^5.4.5"
}
}

0 comments on commit 5911278

Please sign in to comment.