@sparkpost/gruntfile
v3.1.0
Published
Gruntfile to be shared between nodejs processes
Readme
gruntfile
Shared Gruntfile for nodejs processes
Setup
Grunt
Add a Gruntfile.js in the base of your repo (proc dir) with the following as the contents:
module.exports = require('@sparkpost/gruntfile');ESLint
Add an .eslintrc file in the base of your repo (proc dir) with the following as the contents:
{
"extends": "sparkpost/api"
}