mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Changed .jshintrc predef lists to globals objects.
This commit is contained in:
committed by
Dave Methvin
parent
f319f42db0
commit
237413e75d
@@ -16,9 +16,9 @@
|
||||
"browser": true,
|
||||
"wsh": true,
|
||||
|
||||
"predef": [
|
||||
"jQuery",
|
||||
"define",
|
||||
"module"
|
||||
]
|
||||
"globals": {
|
||||
"jQuery": true,
|
||||
"define": true,
|
||||
"module": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user