Skip to content

Commit 37ad4c5

Browse files
Converted Spaces To Tabs In JSON
Since we almost universally use tabs instead of spaces, this commit replaces all of the spaces with tabs in various JSON files across the monorepo.
1 parent 871426d commit 37ad4c5

35 files changed

+1108
-1108
lines changed

nx.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"extends": "@nrwl/workspace/presets/npm.json",
3-
"npmScope": "woocommerce-monorepo",
4-
"tasksRunnerOptions": {
5-
"default": {
6-
"runner": "@nrwl/workspace/tasks-runners/default",
7-
"options": {
8-
"cacheableOperations": [
9-
"build",
10-
"test",
11-
"lint",
12-
"package"
13-
]
14-
}
15-
}
16-
},
17-
"targetDependencies": {
18-
"build": [
19-
{
20-
"target": "build",
21-
"projects": "dependencies"
22-
}
23-
],
24-
"package": [
25-
{
26-
"target": "package",
27-
"projects": "dependencies"
28-
}
29-
]
30-
},
31-
"affected": {
32-
"defaultBase": "trunk"
33-
}
2+
"extends": "@nrwl/workspace/presets/npm.json",
3+
"npmScope": "woocommerce-monorepo",
4+
"tasksRunnerOptions": {
5+
"default": {
6+
"runner": "@nrwl/workspace/tasks-runners/default",
7+
"options": {
8+
"cacheableOperations": [
9+
"build",
10+
"test",
11+
"lint",
12+
"package"
13+
]
14+
}
15+
}
16+
},
17+
"targetDependencies": {
18+
"build": [
19+
{
20+
"target": "build",
21+
"projects": "dependencies"
22+
}
23+
],
24+
"package": [
25+
{
26+
"target": "package",
27+
"projects": "dependencies"
28+
}
29+
]
30+
},
31+
"affected": {
32+
"defaultBase": "trunk"
33+
}
3434
}
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"composite": true,
5-
"rootDir": "src",
6-
"outDir": "build"
7-
}
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"composite": true,
5+
"rootDir": "src",
6+
"outDir": "build"
7+
}
88
}

packages/js/api/tsconfig.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
3-
"compilerOptions": {
4-
"types": [ "node", "jest", "axios", "create-hmac" ],
5-
"rootDir": "src",
6-
"outDir": "dist",
7-
"target": "es5"
8-
},
9-
"include": [ "src/" ]
2+
"extends": "../../../tsconfig.base.json",
3+
"compilerOptions": {
4+
"types": [ "node", "jest", "axios", "create-hmac" ],
5+
"rootDir": "src",
6+
"outDir": "dist",
7+
"target": "es5"
8+
},
9+
"include": [ "src/" ]
1010
}
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"outDir": "build"
5-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"outDir": "build"
5+
}
66
}
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"outDir": "build"
5-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"outDir": "build"
5+
}
66
}
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"declaration": true,
5-
"outDir": "build"
6-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"declaration": true,
5+
"outDir": "build"
6+
}
77
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"outDir": "build"
5-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"outDir": "build"
5+
}
66
}

packages/js/data/tsconfig-cjs.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"outDir": "build"
5-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"outDir": "build"
5+
}
66
}

packages/js/date/tsconfig-cjs.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "../tsconfig-cjs",
3-
"compilerOptions": {
4-
"outDir": "build"
5-
}
2+
"extends": "../tsconfig-cjs",
3+
"compilerOptions": {
4+
"outDir": "build"
5+
}
66
}

0 commit comments

Comments
 (0)