UNPKG

sonar-web-frontend-reporters

Version:

sreporter is a Command-Line Interface to generate Front-End linters reporters for the SonarQube plugin

13 lines (12 loc) 272 B
"use strict"; var ReporterType = { CSSLINT: 'csslint', ESLINT: 'eslint', ESLINTANGULAR: 'eslintangular', HTMLHINT: 'htmlhint', JSHINT: 'jshint', TSLINT: 'tslint', SASSLINT: 'sasslint', SASS_TO_SCSSLINT: 'sass-to-scsslint' }; module.exports = ReporterType;