Explorar o código

Add a comment.

NaotoshiFujita %!s(int64=5) %!d(string=hai) anos
pai
achega
7d8fd1d813
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gulpfile.js

+ 3 - 0
gulpfile.js

@@ -100,6 +100,9 @@ gulp.task( 'build:sass', done => {
 	done();
 } );
 
+/*
+ * Run lint.
+ */
 gulp.task( 'lint', () => {
 	return gulp.src( [ './src/**/*.js', './tests/**/*.js' ] )
 		.pipe( eslint( { useEslintrc: true } ) )