Skip to content

Commit

Permalink
update biome, remove old config files
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 6, 2024
1 parent 8f41060 commit f38cad0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 70 deletions.
13 changes: 0 additions & 13 deletions .eslintignore

This file was deleted.

31 changes: 0 additions & 31 deletions .eslintrc.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

15 changes: 0 additions & 15 deletions .prettierrc

This file was deleted.

10 changes: 3 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"overrides": [
{
"include": ["*.svelte", "*.astro", "*.vue"],
"include": ["*.svelte"],
"linter": {
"rules": {
"style": {
Expand All @@ -15,17 +15,13 @@
"linter": {
"rules": {
"suspicious": {
"all": true,
"noConsole": "off",
"noConsoleLog": "off",
"noExplicitAny": "off"
"all": true
},
"style": {
"recommended": true
},
"complexity": {
"recommended": true,
"noForEach": "off"
"recommended": true
},
"correctness": {
"recommended": true
Expand Down

0 comments on commit f38cad0

Please sign in to comment.