You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From phetsims/tasks#972, In aqua/package.json I made this repo extend the nodejs lint rules.
@jonathanolson I know that there is some server code and some browser code in this repo, but in order to successfully lint both separately, they need to be in different directories. I see two ways to proceed:
Decide that just one lint configuration is worth our time, and have that in the package.json
Separate out the browser stuff into its own dir, and add an eslintrc.js config there that makes it sim_es6_eslintrc which is basically our browser es6 rules.
From phetsims/tasks#972, In
aqua/package.json
I made this repo extend the nodejs lint rules.@jonathanolson I know that there is some server code and some browser code in this repo, but in order to successfully lint both separately, they need to be in different directories. I see two ways to proceed:
eslintrc.js
config there that makes itsim_es6_eslintrc
which is basically our browser es6 rules.What do you think @jonathanolson?
The text was updated successfully, but these errors were encountered: