Skip to content

Commit

Permalink
style: apply linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Jul 17, 2018
1 parent 92327d0 commit f7c097a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
@@ -1,9 +1,10 @@
const loadGruntConfig = require('load-grunt-config');
const { cwd } = require('process');

module.exports = (grunt) => {

loadGruntConfig(grunt, {
configPath: process.cwd() + '/config/grunt'
configPath: cwd() + '/config/grunt'
});

grunt.loadNpmTasks('gruntify-eslint');
Expand Down

0 comments on commit f7c097a

Please sign in to comment.