ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

Change eslint rules to allow jsx to be used in files with .js extensions #24

Closed aeschylus closed 5 years ago

aeschylus commented 6 years ago

And remove jsx extensions from all files.

mejackreed commented 6 years ago

I'd like to just comment here in favor of jsx. There are some eslint packages that may help us when developing markup in React. Specifically https://www.npmjs.com/package/eslint-plugin-jsx-a11y for a11y features out of the box.