Skip to content

Commit

Permalink
Upgrade eslint and fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed May 2, 2022
1 parent c31cf71 commit e6bc84b
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 98 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@types/node": "^6.0.54",
"@types/strip-bom": "^3.0.0",
"@types/strip-json-comments": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.0.7",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"husky": "^4.2.5",
"jest": "^27.3.1",
"lint-staged": "^10.2.11",
Expand Down
Loading

0 comments on commit e6bc84b

Please sign in to comment.