cht-conf icon indicating copy to clipboard operation
cht-conf copied to clipboard

jshint to eslint conversion

Open newtewt opened this issue 5 years ago • 1 comments

We are beginning to use eslint everywhere and replacing jshint. Adding this ticket as a tracking point to convert jshint code to use eslint.

newtewt avatar Mar 11 '19 13:03 newtewt

From #186:

  • Enable "curly": "error", in .eslintrc
  • Enable "guard-for-in": "error", in .eslintrc
  • eslint-disable-line no-useless-escape in csv-to-docs.js
  • eslint-disable-next-line no-buffer-constructor in attachment-from-file.js

kennsippell avatar May 22 '19 05:05 kennsippell

This has been done for a while.

garethbowen avatar Jun 25 '24 05:06 garethbowen