Remove gulpfile from linting

This commit is contained in:
Surma 2015-12-09 17:28:40 +00:00
parent b1f840d3b6
commit 601515117e
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"preset": "google",
"esnext": true,
"disallowSpacesInAnonymousFunctionExpression": null,
"validateLineBreaks": "LF",
"validateIndentation": 2,

View File

@ -17,6 +17,8 @@
*
*/
// jscs:disable jsDoc
'use strict';
// Include Gulp & Tools We'll Use