Skip to content

Commit ccdb58d

Browse files
committed
refactor: fix lint target
1 parent 6c499cc commit ccdb58d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@
109109
}
110110
},
111111
"lint-report": {
112-
"dependsOn": ["eslint-formatter-multiple-formats:build"],
112+
"dependsOn": ["eslint-formatter-multi:build"],
113113
"inputs": ["lint-eslint-inputs"],
114114
"outputs": ["{projectRoot}/.eslint"],
115115
"executor": "nx:run-commands",
116116
"options": {
117-
"command": "nx run {projectName}:lint --format=./tools/eslint-formatter-multiple-formats/dist/src/index.js",
117+
"command": "nx run {projectName}:lint --format=./tools/eslint-formatter-multi/dist/src/index.js",
118118
"env": {
119119
"ESLINT_FORMATTER_CONFIG": "{\"outputDir\":\"{projectRoot}/.eslint\"}"
120120
}

tools/tsconfig.tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"importHelpers": false
1010
},
1111
"include": ["**/*.ts"],
12-
"exclude": ["eslint-formatter-multiple-formats/**/*"]
12+
"exclude": ["eslint-formatter-multi/**/*"]
1313
}

0 commit comments

Comments
 (0)