mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 06:04:56 -05:00
Clean up jshintrc configs. Close gh-983.
This commit is contained in:
committed by
Dave Methvin
parent
08e134548f
commit
fcaef88968
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"options": {
|
||||
"evil": true,
|
||||
"browser": true,
|
||||
"wsh": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"curly": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"eqnull": true,
|
||||
"evil": true,
|
||||
"expr": true,
|
||||
"maxerr": 100,
|
||||
"quotmark": "double",
|
||||
"smarttabs": true,
|
||||
"sub": true,
|
||||
"maxerr": 100,
|
||||
"quotmark": "double"
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"wsh": true
|
||||
},
|
||||
"globals": {
|
||||
"define": true,
|
||||
|
||||
Reference in New Issue
Block a user