Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Revert "Disable linters"
Browse files Browse the repository at this point in the history
This reverts commit 6a8d044.
  • Loading branch information
vladistan committed Apr 24, 2019
1 parent 6a8d044 commit 69f9d04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shared/js/dev-tasks/build/runBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ module.exports = function (stream) {
// now we can execute the steps that we want done once on the entire set
// of files

//TODO: Linters are temporarily disabled because code does not
// comply to the rules..
//stream = buildSteps.linters(stream);
stream = buildSteps.linters(stream);
stream = buildSteps.browserify(stream);
stream = buildSteps.sass(stream);

Expand Down

0 comments on commit 69f9d04

Please sign in to comment.