gucong3000 / gulp-reporter

Error report for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO
MIT License
17 stars 1 forks source link

Add support for latest stylint format #316

Closed NikolayFrantsev closed 3 years ago

NikolayFrantsev commented 5 years ago

Unfortunately gulp-stylint plugin is abandoned as well as stylint itself, but there is way to use latest stylint using yarn resolutions:

{
  "dependencies": {
    "gulp-stylint": "4.0.2"
  },
  "resolutions": {
    "gulp-stylint/stylint": "1.5.9"
  }
}

Could you please add support for latest stylint formatter?