File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 99 "importHelpers" : false
1010 },
1111 "include" : [" **/*.ts" ],
12- "exclude" : [" eslint-formatter-multiple-formats /**/*" ]
12+ "exclude" : [" eslint-formatter-multi /**/*" ]
1313}
You can’t perform that action at this time.
0 commit comments