Skip to content

Commit

Permalink
chore: enable eslint and remove denoify (#300)
Browse files Browse the repository at this point in the history
* changeset

* chore: enable `eslint` and remove `denoify`
  • Loading branch information
yusukebe authored Dec 13, 2023
1 parent bd18b96 commit 5403955
Show file tree
Hide file tree
Showing 23 changed files with 269 additions and 919 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"build:swagger-ui": "yarn workspace @hono/swagger-ui build",
"build:esbuild-transpiler": "yarn workspace @hono/esbuild-transpiler build",
"build:oauth-providers": "yarn workspace @hono/oauth-providers build",
"build": "run-p 'build:*'"
"build": "run-p 'build:*'",
"lint": "eslint 'packages/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix 'packages/**/*.{ts,tsx}'"
},
"license": "MIT",
"private": true,
Expand All @@ -36,10 +38,12 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@cloudflare/workers-types": "^4.20230307.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"@typescript-eslint/typescript-estree": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.6.0",
"eslint-import-resolver-typescript": "^3.4.0",
Expand All @@ -48,15 +52,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.5.0",
"jest-environment-miniflare": "^2.10.0",
"jest-environment-miniflare": "^2.14.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"publint": "^0.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.2"
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}
59 changes: 0 additions & 59 deletions packages/graphql-server/deno_dist/README.md

This file was deleted.

234 changes: 0 additions & 234 deletions packages/graphql-server/deno_dist/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/graphql-server/deno_dist/mod.ts

This file was deleted.

29 changes: 0 additions & 29 deletions packages/graphql-server/deno_dist/parse-body.ts

This file was deleted.

Loading

0 comments on commit 5403955

Please sign in to comment.