vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Fix ESLint bug. #109

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

The loadable(import()) pattern was throwing errors as ESLint could not understand how to read it. This is resolved by using the babel-eslint parser to help parse stage 3 proposals.

The jsx-uses-vars setting is also removed from the .eslintrc.yml file as it is no longer valid.