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

View File

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