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
Currently, the generator gives you xo as the linter no matter what, but this makes react-server seem bigger and scarier to new devs, and more inflexible to experienced devs. We should prompt the user for which linter, if any, they want to use (including eslint and maybe jshint or jslint if anyone is still using them, maybe closure, who knows what all linters we might want to support), and only use a linter if the user opts in.
The text was updated successfully, but these errors were encountered:
Currently, the generator gives you
xo
as the linter no matter what, but this makes react-server seem bigger and scarier to new devs, and more inflexible to experienced devs. We should prompt the user for which linter, if any, they want to use (includingeslint
and maybe jshint or jslint if anyone is still using them, maybe closure, who knows what all linters we might want to support), and only use a linter if the user opts in.The text was updated successfully, but these errors were encountered: