Skip to content

Commit

Permalink
Remove prettier & eslint, add biome
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Apr 16, 2024
1 parent c3872ef commit 1554717
Show file tree
Hide file tree
Showing 6 changed files with 1,415 additions and 2,515 deletions.
30 changes: 0 additions & 30 deletions .editorconfig

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

25 changes: 25 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
},
"files": {
"ignore": [".next/", "scripts/", "public/"]
}
}
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,16 @@
"jackspeak": "2.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/cypress": "^10.0.1",
"@welldone-software/why-did-you-render": "^8.0.1",
"cypress": "^13.6.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"glob": "^10.3.10",
"imap-simple": "^5.1.0",
"jsdom": "^23.2.0",
"msw": "^2.1.0",
"mustache": "^4.2.0",
"prettier": "^3.2.2",
"start-server-and-test": "^2.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1554717

Please sign in to comment.