Skip to content

Commit 43b77dd

Browse files
pre-commit-ci[bot]trillium
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7a0de8a commit 43b77dd

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"extends": ["../../.eslintrc.json"],
3-
"ignorePatterns": ["!**/*"],
4-
"overrides": [
5-
{
6-
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
7-
"rules": {}
8-
},
9-
{
10-
"files": ["*.ts", "*.tsx"],
11-
"rules": {}
12-
},
13-
{
14-
"files": ["*.js", "*.jsx"],
15-
"rules": {}
16-
}
17-
]
2+
"extends": ["../../.eslintrc.json"],
3+
"ignorePatterns": ["!**/*"],
4+
"overrides": [
5+
{
6+
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
7+
"rules": {}
8+
},
9+
{
10+
"files": ["*.ts", "*.tsx"],
11+
"rules": {}
12+
},
13+
{
14+
"files": ["*.js", "*.jsx"],
15+
"rules": {}
16+
}
17+
]
1818
}
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
3-
"sourceRoot": "libs/generate-examples/src",
4-
"projectType": "library",
5-
"targets": {
6-
"build": {
7-
"executor": "@nrwl/js:tsc",
8-
"outputs": ["{options.outputPath}"],
9-
"options": {
10-
"outputPath": "dist/libs/generate-examples",
11-
"main": "libs/generate-examples/src/index.ts",
12-
"tsConfig": "libs/generate-examples/tsconfig.lib.json",
13-
"assets": ["libs/generate-examples/*.md"]
14-
}
15-
},
16-
"lint": {
17-
"executor": "@nrwl/linter:eslint",
18-
"outputs": ["{options.outputFile}"],
19-
"options": {
20-
"lintFilePatterns": ["libs/generate-examples/**/*.ts"]
21-
}
22-
},
23-
"test": {
24-
"executor": "@nrwl/jest:jest",
25-
"outputs": ["coverage/libs/generate-examples"],
26-
"options": {
27-
"jestConfig": "libs/generate-examples/jest.config.ts",
28-
"passWithNoTests": true
29-
}
30-
}
31-
},
32-
"tags": []
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
3+
"sourceRoot": "libs/generate-examples/src",
4+
"projectType": "library",
5+
"targets": {
6+
"build": {
7+
"executor": "@nrwl/js:tsc",
8+
"outputs": ["{options.outputPath}"],
9+
"options": {
10+
"outputPath": "dist/libs/generate-examples",
11+
"main": "libs/generate-examples/src/index.ts",
12+
"tsConfig": "libs/generate-examples/tsconfig.lib.json",
13+
"assets": ["libs/generate-examples/*.md"]
14+
}
15+
},
16+
"lint": {
17+
"executor": "@nrwl/linter:eslint",
18+
"outputs": ["{options.outputFile}"],
19+
"options": {
20+
"lintFilePatterns": ["libs/generate-examples/**/*.ts"]
21+
}
22+
},
23+
"test": {
24+
"executor": "@nrwl/jest:jest",
25+
"outputs": ["coverage/libs/generate-examples"],
26+
"options": {
27+
"jestConfig": "libs/generate-examples/jest.config.ts",
28+
"passWithNoTests": true
29+
}
30+
}
31+
},
32+
"tags": []
3333
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"extends": "../../tsconfig.base.json",
3-
"compilerOptions": {
4-
"module": "ESNext",
5-
"target": "ESNext",
6-
"forceConsistentCasingInFileNames": true,
7-
"strict": true,
8-
"noImplicitOverride": true,
9-
"noPropertyAccessFromIndexSignature": true,
10-
"noImplicitReturns": true,
11-
"noFallthroughCasesInSwitch": true,
12-
"esModuleInterop": true
13-
},
14-
"files": [],
15-
"include": [],
16-
"references": [
17-
{
18-
"path": "./tsconfig.lib.json"
19-
},
20-
{
21-
"path": "./tsconfig.spec.json"
22-
}
23-
]
2+
"extends": "../../tsconfig.base.json",
3+
"compilerOptions": {
4+
"module": "ESNext",
5+
"target": "ESNext",
6+
"forceConsistentCasingInFileNames": true,
7+
"strict": true,
8+
"noImplicitOverride": true,
9+
"noPropertyAccessFromIndexSignature": true,
10+
"noImplicitReturns": true,
11+
"noFallthroughCasesInSwitch": true,
12+
"esModuleInterop": true
13+
},
14+
"files": [],
15+
"include": [],
16+
"references": [
17+
{
18+
"path": "./tsconfig.lib.json"
19+
},
20+
{
21+
"path": "./tsconfig.spec.json"
22+
}
23+
]
2424
}

0 commit comments

Comments
 (0)