File tree Expand file tree Collapse file tree 13 files changed +218
-2094
lines changed Expand file tree Collapse file tree 13 files changed +218
-2094
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " @qwaroo/next" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
- "ui:add" : " npx shadcn-ui@latest add -y" ,
6
- "build" : " next build --no-lint" ,
7
- "dev" : " next dev" ,
8
- "lint" : " eslint src"
5
+ "format" : " biome format . --write" ,
6
+ "lint" : " biome lint ." ,
7
+ "check" : " tsc --noEmit" ,
8
+ "build" : " next build" ,
9
+ "start" : " next start" ,
10
+ "dev" : " next dev --turbo"
9
11
},
10
12
"dependencies" : {
11
13
"@mantine/hooks" : " ^7.2.2" ,
33
35
},
34
36
"devDependencies" : {
35
37
"@next/bundle-analyzer" : " ^13.5.6" ,
36
- "@qwaroo/eslint-config" : " workspace:^" ,
37
38
"@qwaroo/scripts" : " workspace:^" ,
38
39
"@qwaroo/tailwind-config" : " workspace:^" ,
39
40
"@types/gtag.js" : " ^0.0.18" ,
40
41
"@types/lodash" : " ^4.14.201" ,
41
42
"@types/node" : " 20.8.9" ,
42
43
"@types/react" : " ^18.2.37" ,
43
44
"@types/uuid" : " ^9.0.7"
44
- },
45
- "eslintConfig" : {
46
- "root" : true ,
47
- "extends" : [
48
- " @qwaroo/eslint-config/base" ,
49
- " @qwaroo/eslint-config/next" ,
50
- " @qwaroo/eslint-config/react"
51
- ]
52
45
}
53
46
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://biomejs.dev/schemas/1.4.1/schema.json" ,
3
+ "files" : {
4
+ "ignore" : [
5
+ " dist/" ,
6
+ " build/" ,
7
+ " .next/" ,
8
+ " .plasmo" ,
9
+ " node_modules/" ,
10
+ " src/generated/"
11
+ ]
12
+ },
13
+ "formatter" : {
14
+ "enabled" : true ,
15
+ "indentStyle" : " space" ,
16
+ "lineEnding" : " lf"
17
+ },
18
+ "linter" : {
19
+ "enabled" : true ,
20
+ "rules" : {
21
+ "recommended" : true ,
22
+ "style" : {
23
+ "noNonNullAssertion" : " off" ,
24
+ "noUselessElse" : " off" ,
25
+ "noParameterAssign" : " off"
26
+ },
27
+ "suspicious" : {
28
+ "noAssignInExpressions" : " off"
29
+ }
30
+ }
31
+ },
32
+ "javascript" : {
33
+ "formatter" : {
34
+ "quoteStyle" : " single" ,
35
+ "jsxQuoteStyle" : " double" ,
36
+ "semicolons" : " always"
37
+ }
38
+ }
39
+ }
Original file line number Diff line number Diff line change 8
8
" packages/config/*"
9
9
],
10
10
"scripts" : {
11
- "format" : " prettier --write ."
11
+ "lint" : " pnpm turbo --concurrency=50 lint" ,
12
+ "format" : " pnpm turbo --concurrency=50 format" ,
13
+ "check" : " pnpm turbo --concurrency=50 check" ,
14
+ "build" : " pnpm turbo --concurrency=50 build" ,
15
+ "build:packages" : " pnpm turbo --concurrency=50 --filter=./packages/* build" ,
16
+ "test" : " pnpm check && pnpm turbo --concurrency=50 test" ,
17
+ "pretty" : " pnpm lint && pnpm format" ,
18
+ "dev" : " pnpm turbo --concurrency=50 dev" ,
19
+ "graph" : " npx nx@latest graph"
12
20
},
13
21
"devDependencies" : {
14
- "@ianvs/prettier-plugin-sort-imports " : " ^4.1 .1" ,
15
- "prettier " : " ^3.0.3 " ,
16
- "turbo " : " ^1.10.16 "
22
+ "@biomejs/biome " : " 1.4 .1" ,
23
+ "turbo " : " ^1.12.4 " ,
24
+ "typescript " : " ^5.3.3 "
17
25
}
18
26
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
" dist"
9
9
],
10
10
"scripts" : {
11
+ "format" : " biome format . --write" ,
12
+ "lint" : " biome lint ." ,
13
+ "check" : " tsc --noEmit" ,
11
14
"build" : " tsup" ,
12
- "lint " : " eslint src "
15
+ "dev " : " pnpm build --watch "
13
16
},
14
17
"dependencies" : {
15
18
"@commander-js/extra-typings" : " ^11.1.0" ,
20
23
"slugify" : " ^1.6.6"
21
24
},
22
25
"devDependencies" : {
23
- "@qwaroo/eslint-config" : " workspace:^" ,
24
26
"@qwaroo/tsup-config" : " workspace:^" ,
25
27
"@types/lodash" : " ^4.14.201" ,
26
28
"@types/node" : " 20.8.9" ,
27
29
"tsup" : " ^7.2.0" ,
28
30
"typescript" : " ^5.2.2"
29
- },
30
- "eslintConfig" : {
31
- "root" : true ,
32
- "extends" : [
33
- " @qwaroo/eslint-config/base"
34
- ]
35
31
}
36
32
}
Original file line number Diff line number Diff line change 22
22
}
23
23
},
24
24
"scripts" : {
25
+ "format" : " biome format . --write" ,
26
+ "lint" : " biome lint ." ,
27
+ "check" : " tsc --noEmit" ,
25
28
"build" : " tsup" ,
26
- "lint " : " eslint src "
29
+ "dev " : " pnpm build --watch "
27
30
},
28
31
"dependencies" : {
29
32
"chalk" : " ^4.1.2" ,
32
35
"pako" : " ^2.1.0"
33
36
},
34
37
"devDependencies" : {
35
- "@qwaroo/eslint-config" : " workspace:^" ,
36
38
"@qwaroo/tsup-config" : " workspace:^" ,
37
39
"@types/pako" : " ^2.0.3" ,
38
40
"tsup" : " ^7.2.0" ,
39
41
"typescript" : " ^5.2.2"
40
- },
41
- "eslintConfig" : {
42
- "root" : true ,
43
- "extends" : [
44
- " @qwaroo/eslint-config/base"
45
- ]
46
42
}
47
43
}
You can’t perform that action at this time.
0 commit comments