Skip to content

Commit

Permalink
remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Oct 7, 2024
1 parent 91d9036 commit 4551675
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 777 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
lint:
name: ⬣ ESLint
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 16

- name: 📥 Download deps
run: npm install

- name: 🔬 Lint
run: npm run lint

build:
name: 🐳 Build
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,13 @@
"graphql-request": "^6.1.0",
"libphonenumber-js": "^1.11.11",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@types/express": "^5.0.0",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
Expand Down
Loading

0 comments on commit 4551675

Please sign in to comment.