Skip to content

Commit ac589ad

Browse files
authored
fix: format (#2683)
1 parent dbefcce commit ac589ad

File tree

123 files changed

+902
-902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+902
-902
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": false,
5-
"emitDeclarationOnly": true,
6-
"rootDir": "src",
7-
"outDir": "dist"
8-
},
9-
"exclude": [
10-
"dist/*",
11-
"*.config.ts",
12-
"*.setup.ts",
13-
"**/__tests__",
14-
"**/__mocks__",
15-
"src/**/*.test.tsx"
16-
]
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false,
5+
"emitDeclarationOnly": true,
6+
"rootDir": "src",
7+
"outDir": "dist"
8+
},
9+
"exclude": [
10+
"dist/*",
11+
"*.config.ts",
12+
"*.setup.ts",
13+
"**/__tests__",
14+
"**/__mocks__",
15+
"src/**/*.test.tsx"
16+
]
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "../../tsconfig.json",
3-
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
2+
"extends": "../../tsconfig.json",
3+
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
44
}

packages_generated/account/vite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite'
66
import { defaultConfig } from '../../vite.config'
77

88
export default mergeConfig(defineConfig(defaultConfig), {
9-
build: {
10-
lib: {
11-
entry: 'src/index.gen.ts',
12-
},
13-
},
9+
build: {
10+
lib: {
11+
entry: 'src/index.gen.ts',
12+
},
13+
},
1414
})
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": false,
5-
"emitDeclarationOnly": true,
6-
"rootDir": "src",
7-
"outDir": "dist"
8-
},
9-
"exclude": [
10-
"dist/*",
11-
"*.config.ts",
12-
"*.setup.ts",
13-
"**/__tests__",
14-
"**/__mocks__",
15-
"src/**/*.test.tsx"
16-
]
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false,
5+
"emitDeclarationOnly": true,
6+
"rootDir": "src",
7+
"outDir": "dist"
8+
},
9+
"exclude": [
10+
"dist/*",
11+
"*.config.ts",
12+
"*.setup.ts",
13+
"**/__tests__",
14+
"**/__mocks__",
15+
"src/**/*.test.tsx"
16+
]
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "../../tsconfig.json",
3-
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
2+
"extends": "../../tsconfig.json",
3+
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
44
}

packages_generated/applesilicon/vite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite'
66
import { defaultConfig } from '../../vite.config'
77

88
export default mergeConfig(defineConfig(defaultConfig), {
9-
build: {
10-
lib: {
11-
entry: 'src/index.gen.ts',
12-
},
13-
},
9+
build: {
10+
lib: {
11+
entry: 'src/index.gen.ts',
12+
},
13+
},
1414
})
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": false,
5-
"emitDeclarationOnly": true,
6-
"rootDir": "src",
7-
"outDir": "dist"
8-
},
9-
"exclude": [
10-
"dist/*",
11-
"*.config.ts",
12-
"*.setup.ts",
13-
"**/__tests__",
14-
"**/__mocks__",
15-
"src/**/*.test.tsx"
16-
]
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false,
5+
"emitDeclarationOnly": true,
6+
"rootDir": "src",
7+
"outDir": "dist"
8+
},
9+
"exclude": [
10+
"dist/*",
11+
"*.config.ts",
12+
"*.setup.ts",
13+
"**/__tests__",
14+
"**/__mocks__",
15+
"src/**/*.test.tsx"
16+
]
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "../../tsconfig.json",
3-
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
2+
"extends": "../../tsconfig.json",
3+
"include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"]
44
}

packages_generated/audit_trail/vite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite'
66
import { defaultConfig } from '../../vite.config'
77

88
export default mergeConfig(defineConfig(defaultConfig), {
9-
build: {
10-
lib: {
11-
entry: 'src/index.gen.ts',
12-
},
13-
},
9+
build: {
10+
lib: {
11+
entry: 'src/index.gen.ts',
12+
},
13+
},
1414
})
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": false,
5-
"emitDeclarationOnly": true,
6-
"rootDir": "src",
7-
"outDir": "dist"
8-
},
9-
"exclude": [
10-
"dist/*",
11-
"*.config.ts",
12-
"*.setup.ts",
13-
"**/__tests__",
14-
"**/__mocks__",
15-
"src/**/*.test.tsx"
16-
]
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false,
5+
"emitDeclarationOnly": true,
6+
"rootDir": "src",
7+
"outDir": "dist"
8+
},
9+
"exclude": [
10+
"dist/*",
11+
"*.config.ts",
12+
"*.setup.ts",
13+
"**/__tests__",
14+
"**/__mocks__",
15+
"src/**/*.test.tsx"
16+
]
1717
}

0 commit comments

Comments
 (0)