Remove predefined globals list in favor of node:true and browser:true

This commit is contained in:
Jacob Gable 2013-05-14 10:07:41 -05:00
parent b88e69a3cc
commit 8ecb8a7d67

View File

@ -7,9 +7,10 @@
// JSLint all the things!
jslint: {
directives: {
node: true,
browser: true,
nomen: true,
todo: true,
predef: ["__dirname", "module", "exports", "require", "process", "document", "console"]
todo: true
},
files: [
// Lint files in the root, including Gruntfile.js