Skip to content

Commit

Permalink
drop eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Aug 15, 2024
1 parent 9380fd0 commit 82692f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- name: install
run: bun i

- name: eslint
run: bun lint

- name: tsc
run: bun tsc

Expand Down
43 changes: 0 additions & 43 deletions client/.eslintrc.cjs

This file was deleted.

10 changes: 3 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@
"build": "vite build",
"fmt": "prettier --config .prettierrc --write \"**/*.{ts,js,tsx,jsx}\"",
"fmt:check": "prettier --config .prettierrc --check \"**/*.{ts,js,tsx,jsx}\"",
"lint": "eslint \"src/**/*.{ts,js,tsx,jsx}\"",
"lint:fix": "eslint --fix --fix-type problem,suggestion \"**/*.{ts,js,tsx,jsx}\"",
"tsc": "tsc --noEmit",
"tsc:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-alpha.19",
"@solidjs/router": "^0.14.2",
"@solidjs/router": "^0.14.3",
"@types/bun": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"prettier": "^3.3.3",
"solid-js": "^1.8.20",
"solid-js": "^1.8.21",
"tailwindcss": "^4.0.0-alpha.19",
"typescript": "^5.5.4",
"vite": "5.4.0",
"vite": "5.4.1",
"vite-plugin-solid": "^2.10.2"
}
}

0 comments on commit 82692f2

Please sign in to comment.