Currently, the app contains an .eslintrc.js file with some basic rules and options.
If future lint rules are not forecast to include dynamic code, please convert .eslintrc.js to .eslintrc.json.
Previously, the team discussed adding Prettier to the application in development environments to help enforce consistent code styles.
Because Prettier and ESLint cover much of the same territory, it is also an option to just extend the current rules defined in eslintrc file to enforce code style guidelines in addition to the usual lint warns/errors.
This issue being closed implies that a final decision has been made on pure ESLint support vs ESLint + Prettier support.
Enhancement: Extend Linter OR Add Prettier
Currently, the app contains an
.eslintrc.js
file with some basic rules and options.If future lint rules are not forecast to include dynamic code, please convert
.eslintrc.js
to.eslintrc.json
.Previously, the team discussed adding Prettier to the application in development environments to help enforce consistent code styles.
Because Prettier and ESLint cover much of the same territory, it is also an option to just extend the current rules defined in
eslintrc
file to enforce code style guidelines in addition to the usual lint warns/errors.This issue being closed implies that a final decision has been made on pure ESLint support vs ESLint + Prettier support.