Skip to content

Commit

Permalink
Merge pull request #118 from tuatmcc/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
OJII3 authored Jan 27, 2024
2 parents 842452b + 5f13d30 commit 3e70a44
Show file tree
Hide file tree
Showing 9 changed files with 542 additions and 2,461 deletions.
23 changes: 9 additions & 14 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"linter": {
"enabled": true,
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.js"],
"ignore": ["dist/**/*", "node_modules/**/*"],
"rules": {
"recommended": true,
"all": true,
"nursery": {
"noUnusedImports": "error"
},
"correctness": {
"all": true
}
}
},
Expand All @@ -18,9 +13,7 @@
"formatWithErrors": true,
"indentStyle": "space",
"lineWidth": 120,
"indentWidth": 2,
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.js"],
"ignore": ["dist/**/*", "node_modules/**/*"]
"indentWidth": 2
},
"javascript": {
"formatter": {
Expand All @@ -31,19 +24,21 @@
"semicolons": "always"
}
},
"organizeImports": {
"enabled": true
},
"json": {
"formatter": {
"enabled": true
}
},
"organizeImports": {
"enabled": true,
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.js"],
"ignore": ["dist/**/*", "node_modules/**/*"]
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.js"],
"ignore": ["dist/**", "node_modules/**"]
}
}
Loading

0 comments on commit 3e70a44

Please sign in to comment.