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

Commit 69f9d04

Browse files
committed
Revert "Disable linters"
This reverts commit 6a8d044.
1 parent 6a8d044 commit 69f9d04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared/js/dev-tasks/build/runBuild.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ module.exports = function (stream) {
6565
// now we can execute the steps that we want done once on the entire set
6666
// of files
6767

68-
//TODO: Linters are temporarily disabled because code does not
69-
// comply to the rules..
70-
//stream = buildSteps.linters(stream);
68+
stream = buildSteps.linters(stream);
7169
stream = buildSteps.browserify(stream);
7270
stream = buildSteps.sass(stream);
7371

0 commit comments

Comments
 (0)