Skip to content

Commit

Permalink
ci: get rid of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 29, 2024
1 parent c348270 commit 1a4da79
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 989 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

52 changes: 0 additions & 52 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ jobs:

- name: Prettier
run: yarn run format-check

- name: ESLint
run: yarn run lint
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"build": "tsc",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "vitest run --coverage",
"update-snapshots": "vitest run --update",
"all": "yarn run build && yarn run format && yarn run lint && yarn test"
"all": "yarn run build && yarn run format && yarn test"
},
"packageManager": "[email protected]",
"repository": {
Expand All @@ -34,12 +33,9 @@
},
"devDependencies": {
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/coverage-v8": "1.5.2",
"eslint": "^8.56.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"vitest": "1.5.2"
}
}
}
Loading

0 comments on commit 1a4da79

Please sign in to comment.