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 Jun 10, 2024
1 parent 08f0c82 commit 08a439f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,057 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
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"build": "tsc",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "vitest run --coverage",
"update-snapshots": "vitest run --update",
"all": "yarn && yarn run build && yarn run format && yarn run lint && yarn run package && yarn test"
"all": "yarn && yarn run build && yarn run format && yarn run package && yarn test"
},
"repository": {
"type": "git",
Expand All @@ -37,15 +36,11 @@
},
"devDependencies": {
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vercel/ncc": "0.38.1",
"@vitest/coverage-v8": "1.6.0",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.3.1",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
}
}
}
Loading

0 comments on commit 08a439f

Please sign in to comment.