File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 4646 "lint" : {
4747 "inputs" : [" default" , " {workspaceRoot}/eslint.config.?(c)js" ],
4848 "executor" : " @nx/linter:eslint" ,
49- "outputs" : [" {options.outputFile}" ],
5049 "cache" : true ,
5150 "options" : {
51+ "errorOnUnmatchedPattern" : false ,
5252 "maxWarnings" : 0 ,
5353 "lintFilePatterns" : [
5454 " {projectRoot}/**/*.ts" ,
5555 " {projectRoot}/package.json"
5656 ]
5757 }
5858 },
59+ "lint-report" : {
60+ "inputs" : [" default" , " {workspaceRoot}/eslint.config.?(c)js" ],
61+ "outputs" : [" {projectRoot}/.eslint/eslint-report*.json" ],
62+ "cache" : true ,
63+ "executor" : " @nx/linter:eslint" ,
64+ "options" : {
65+ "errorOnUnmatchedPattern" : false ,
66+ "maxWarnings" : 0 ,
67+ "format" : " json" ,
68+ "outputFile" : " {projectRoot}/.eslint/eslint-report.json" ,
69+ "lintFilePatterns" : [
70+ " {projectRoot}/**/*.ts" ,
71+ " {projectRoot}/package.json"
72+ ]
73+ }
74+ },
5975 "nxv-pkg-install" : {
6076 "parallelism" : false
6177 },
You can’t perform that action at this time.
0 commit comments