Skip to content

Commit

Permalink
refactor: changed linting system
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHo committed Aug 15, 2024
1 parent 2687e74 commit b54c87f
Show file tree
Hide file tree
Showing 15 changed files with 664 additions and 2,308 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions .hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

npm run format

git add .
8 changes: 0 additions & 8 deletions .husky/pre-commit

This file was deleted.

8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.husky/
.hooks/
.github/
.vscode/
.editorconfig
.eslintrc.json
.prettierignore
.prettierrc
biome.json
tea.yaml
.gitignore
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

17 changes: 0 additions & 17 deletions .prettierrc

This file was deleted.

12 changes: 12 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
Loading

0 comments on commit b54c87f

Please sign in to comment.