Skip to content

Commit

Permalink
feat: remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Dec 31, 2024
1 parent 72a8217 commit 172058a
Show file tree
Hide file tree
Showing 77 changed files with 14,907 additions and 18,108 deletions.
38 changes: 0 additions & 38 deletions .eslintrc.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

29 changes: 29 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": ["**/dist/**"]
},
"formatter": {
"enabled": true
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
Loading

0 comments on commit 172058a

Please sign in to comment.