mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Remove predefined globals list in favor of node:true and browser:true
This commit is contained in:
parent
b88e69a3cc
commit
8ecb8a7d67
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue