Skip to content

Commit

Permalink
deps: get rid of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 10, 2024
1 parent a7b4177 commit 89da3b6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1,856 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
contents: read

jobs:
prettier-and-eslint:
name: Prettier & ESLint
prettier:
name: Prettier
runs-on: ubuntu-latest

steps:
Expand All @@ -32,10 +32,6 @@ jobs:
- name: Prettier
run: yarn run format-check

- name: ESLint
if: always()
run: yarn run lint

differential-shellcheck:
name: Differential ShellCheck
runs-on: ubuntu-latest
Expand Down
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"build": "tsc -b tsconfig.build.json",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint .",
"test": "jest",
"itest": "jest -c itest/jest.config.js",
"update-snapshots": "jest --updateSnapshot",
Expand Down Expand Up @@ -39,14 +38,6 @@
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-ts": "0.4.2",
"eslint-plugin-import": "2.28.1",
"jest": "29.7.0",
"msw": "2.3.0",
"prettier": "3.2.5",
Expand Down
Loading

0 comments on commit 89da3b6

Please sign in to comment.