Merge pull request #1887 from nasa/jshint-late-def

[Code Style] Allow late definition of functions
This commit is contained in:
Deep Tailor 2018-01-23 23:25:24 -08:00 committed by GitHub
commit c1b2db848a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,6 @@
"shadow": "outer",
"strict": "implied",
"undef": true,
"unused": "vars"
"unused": "vars",
"latedef": "nofunc"
}