Remove predefined globals list in favor of node:true and browser:true
This commit is contained in:
parent
b88e69a3cc
commit
8ecb8a7d67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user