Skip to content

Commit

Permalink
chore: remove bad eslint configs (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen authored Nov 19, 2024
1 parent f72f32b commit 00ab408
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
16 changes: 1 addition & 15 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import js from "@eslint/js";
import prettierConfig from "eslint-config-prettier";
import tseslint from "typescript-eslint";

export default tseslint.config(
Expand All @@ -10,20 +9,7 @@ export default tseslint.config(
ignores: ["dist", "examples", "coverage", "node_modules", "**/*.test.ts"],
},
js.configs.recommended,
...tseslint.configs.strictTypeChecked,
prettierConfig,
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
{
files: ["**/*.js"],
extends: [tseslint.configs.disableTypeChecked],
},
...tseslint.configs.recommended,
{
rules: {
"unicorn/prevent-abbreviations": "off",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^2.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"hono": "^4.4.6",
"husky": "^9.0.11",
"jsr": "^0.13.2",
Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00ab408

Please sign in to comment.