/network page tables JS refactor & cleanup. Updates ESLINT rules, adds htmlproof & eslint to build process, adds window.global.siteApi url defined from _config.yml

This commit is contained in:
Chuck Williams 2017-03-23 22:53:50 -06:00
parent 4ca9a382f5
commit 99d941c1fb
4 changed files with 49 additions and 37 deletions

View file

@ -5,6 +5,9 @@
},
"globals": {
"Modernizr": false,
"moment": false,
"formatCurrency": false,
"formatNumber": false,
"jQuery": false
},
"rules": {