UNPKG

sonar-web-frontend-reporters

Version:

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

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