Skip to content

Commit

Permalink
chore: remove eslint/prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
c100k committed Oct 6, 2024
1 parent 9bf42ed commit 6a631b0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2,123 deletions.
79 changes: 0 additions & 79 deletions .eslintrc.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "eslint"
versions: ["9.x"]
- dependency-name: "eslint-plugin-sonarjs"
versions: ["2.0.0", "2.0.1", "2.0.2", "2.0.3"]
groups:
dev:
dependency-type: "development"
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ build
node_modules

# Files (A => Z)
.eslintcache
6 changes: 0 additions & 6 deletions .prettierrc.cjs

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## spec/v0.4.1 (unreleased)

* chore: replace eslint/prettier by biome
* chore: upgrade to node 22
* chore: simplify linting
* style: centralize eslint config
* chore: make tsconfig stricter

## http-server-go/v0.4.0 (2024-08-05)
Expand Down
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^55.0.0",
"prettier": "^3.3.3",
"prettier-plugin-package": "^1.4.0",
"tsoa": "^6.4.0",
"typescript": "^5.6.2"
}
Expand Down
Loading

0 comments on commit 6a631b0

Please sign in to comment.