Skip to content

Instantly share code, notes, and snippets.

@NickToye
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickToye/caff15635360cf4fa470 to your computer and use it in GitHub Desktop.
Save NickToye/caff15635360cf4fa470 to your computer and use it in GitHub Desktop.
eslint
module.exports = {
eslint: {
options: {
format: require('eslint-json')
},
target: [
'src/js/global.js'
]
}
}
@pacso
Copy link

pacso commented Aug 14, 2015

Shouldn't that be within a grunt.initConfig block?

Otherwise ... it looks fine. Maybe try removing the format option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment