File tree Expand file tree Collapse file tree 5 files changed +115
-526
lines changed
Expand file tree Collapse file tree 5 files changed +115
-526
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://biomejs.dev/schemas/2.2.4/schema.json" ,
3+ "vcs" : {
4+ "enabled" : true ,
5+ "clientKind" : " git" ,
6+ "useIgnoreFile" : true
7+ },
8+ "files" : {
9+ "ignoreUnknown" : true
10+ },
11+ "formatter" : {
12+ "enabled" : true ,
13+ "indentStyle" : " space" ,
14+ "indentWidth" : 2 ,
15+ "bracketSpacing" : false
16+ },
17+ "linter" : {
18+ "enabled" : true ,
19+ "rules" : {
20+ "recommended" : true
21+ }
22+ },
23+ "javascript" : {
24+ "formatter" : {
25+ "quoteStyle" : " single"
26+ }
27+ },
28+ "assist" : {
29+ "enabled" : true ,
30+ "actions" : {
31+ "source" : {
32+ "organizeImports" : " on"
33+ }
34+ }
35+ }
36+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 " API"
1616 ],
1717 "devDependencies" : {
18+ "@biomejs/biome" : " ^2.2.4" ,
1819 "@types/jest" : " catalog:" ,
1920 "@types/mocha" : " catalog:" ,
2021 "@types/node" : " catalog:" ,
21- "eslint" : " catalog:" ,
22- "eslint-config-google" : " catalog:" ,
2322 "turbo" : " catalog:"
2423 },
2524 "scripts" : {
26- "lint" : " eslint **/*.js " ,
27- "lint:fix" : " eslint --fix **/*.js " ,
25+ "lint" : " biome check . " ,
26+ "lint:fix" : " biome check --write " ,
2827 "test" : " turbo run test" ,
2928 "check" : " turbo run check"
3029 },
31- "eslintIgnore" : [
32- " getFoldersUnderRoot.js" ,
33- " **/node_modules/**"
34- ],
3530 "packageManager" :
" [email protected] " ,
3631 "engines" : {
3732 "node" : " >=20"
You can’t perform that action at this time.
0 commit comments