Skip to content

Commit

Permalink
Upgrade linters and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Sep 17, 2023
1 parent 124b0df commit ae8e28c
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 133 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@gadgetinc/eslint-config": "^0.3.0",
"@gadgetinc/prettier-config": "^0.3.0",
"@gadgetinc/eslint-config": "^0.6.1",
"@gadgetinc/prettier-config": "^0.4.0",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.4",
"@types/node": "^18.15.3",
"eslint": "^7.15.0",
"eslint": "^7.32.0",
"jest": "^29.7.0",
"linked_module": "link:./spec/fixtures/linked_module",
"lodash": "*",
"prettier": "^2.2.1",
"prettier": "^2.8.8",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit ae8e28c

Please sign in to comment.