- If no
gulpfile
is present. - If
gulp
is not in thedevDependencies
list. - If none of the TypeScript peer dependencies is not in the
devDependencies
list in casegulpfile.ts
is detected. - If the
coffee-script
CoffeeScript peer dependency is not in thedevDependencies
list in casegulpfile.coffee
is detected.
You can make the use of Gulp required.
"gulp": ["error", "required"]