Phillip9587/nx-stylelint

Error: stylelint-junit-formatter no longer resolved since the last relase

Closed this issue · 1 comments

Since the last relase, custom formatter from installed package is no longer resolved.

Here is my target configuration:

"stylelint": {
	"executor": "nx-stylelint:lint",
	"outputs": ["{options.outputFile}"],
	"options": {
		"lintFilePatterns": ["{projectRoot}/**/*.scss"],
		"formatter": "stylelint-junit-formatter"
	}
}

fixed in v17.1.4