Skip to content
Snippets Groups Projects
Commit e9b2de70 authored by Minko Gechev's avatar Minko Gechev Committed by GitHub
Browse files

Merge pull request #1309 from dmurat/patch-1

tslint-stylish config fixed
parents f233c870 c81f6359
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@ export = () => {
return gulp.src(src)
.pipe(plugins.tslint({
rulesDirectory: CODELYZER_RULES
rulesDirectory: CODELYZER_RULES,
formatter: 'stylish',
formattersDirectory: 'node_modules/tslint-stylish'
}))
.pipe(plugins.tslint.report(require('tslint-stylish'), {
emitError: require('is-ci'),
sort: true,
bell: true
.pipe(plugins.tslint.report({
emitError: require('is-ci')
}));
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment