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

Commit

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

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

Expand Down

0 comments on commit 6a8d044

Please sign in to comment.