cht-conf
cht-conf copied to clipboard
jshint to eslint conversion
We are beginning to use eslint everywhere and replacing jshint. Adding this ticket as a tracking point to convert jshint code to use eslint.
From #186:
- Enable
"curly": "error",
in .eslintrc - Enable
"guard-for-in": "error",
in .eslintrc -
eslint-disable-line no-useless-escape
incsv-to-docs.js
-
eslint-disable-next-line no-buffer-constructor
inattachment-from-file.js
This has been done for a while.