tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Set up frontend linting approach #136

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

I noticed when poking around in the frontend that there doesn't seem to be a linting approach adopted for JavaScript yet. I guess my recent experience has been with eslint, but we could look into other options. I've liked using standard-like rules, but the tooling seems to be lagging a little bit on updates.