Developed by [Melanie Archer](link to repo).
Description of app...
clone, download, serve
// based on jQuery Core & Elijah Manor (http://www.elijahmanor.com/control-the-complexity-of-your-javascript-functions-with-jshint/) | |
{ | |
"globals": { | |
"console": false, | |
"jQuery": false, | |
"_": false | |
}, | |
"maxparams": 5, | |
"maxdepth": 5, | |
"maxstatements": 25, |
{ | |
"env": { | |
"node": true, | |
"jquery": true, | |
"browser": true | |
}, | |
"ecmaFeatures": {}, | |
"globals": {}, | |
"plugins": [ | |
"eslint-plugin-smells" |