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 5858 },
5959 "lint-reporter" : {
6060 "inputs" : [" default" , " {workspaceRoot}/eslint.config.?(c)js" ],
61- "outputs" : [" {projectRoot}/.eslint/**/*.json" ],
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+ },
75+ "lint-formatter" : {
76+ "inputs" : [" default" , " {workspaceRoot}/eslint.config.?(c)js" ],
77+ "outputs" : [" {projectRoot}/.eslint/eslint-report*.json" ],
6278 "cache" : true ,
6379 "executor" : " nx:run-commands" ,
6480 "options" : {
You can’t perform that action at this time.
0 commit comments