Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Aug 19, 2024
1 parent 827fbf3 commit b82454b
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
plugins: ["@typescript-eslint"],
root: true,
rules: {
"no-console": "error",
// "no-console": "error",
"@typescript-eslint/consistent-type-imports": ["error", { prefer: "type-imports" }],
"import/order": [
"error",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"prettier:fix": "prettier --write 'src/**/*.ts'",
"lint": "run-s eslint prettier",
"lint:fix": "run-s eslint:fix prettier:fix",
"prepare": "husky install",
"prepare": "husky || true",
"start": "node ./dist/reikai-log.js"
},
"devDependencies": {
"@slack/bolt": "^3.17.1",
"@slack/bolt": "^3.21.1",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^22.4.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"eslint": "^8.57.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit b82454b

Please sign in to comment.