Skip to content

Commit

Permalink
chore: remove .eslintrc.js and update eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocarmo committed Jul 20, 2024
1 parent e3aab55 commit 27d3e6f
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 273 deletions.
45 changes: 0 additions & 45 deletions .eslintrc.js

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node-postal": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"core-js": "^3.37.1",
"eslint": "^8.57.0",
"eslint": "^9.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.0",
"husky": "^9.1.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"node-postal": "^1.1.2",
"prettier": "^3.3.3",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.3",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit 27d3e6f

Please sign in to comment.