Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit c0c3a68

Browse files
committed
feat(lint): enable eslint and styleling by default
1 parent 13d1a69 commit c0c3a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.default.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ css:
88
- scss/**/*.scss
99
flattenDestOutput: true
1010
lint:
11-
enabled: false
11+
enabled: true
1212
failOnError: true
1313
extraSrc:
1414
- scss/**/*.scss
@@ -53,7 +53,7 @@ js:
5353
bundleBowerExclusions: []
5454
bowerBasePath: './'
5555
eslint:
56-
enabled: false
56+
enabled: true
5757
src:
5858
- js/**/*.js
5959
webpack:

0 commit comments

Comments
 (0)