Floppy-Sea-Spoodles / Study-With-Me

2 stars 2 forks source link

Enhancement/Extend Linter OR Add Prettier #4

Open connoro7 opened 1 year ago

connoro7 commented 1 year ago

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.

scotthallock commented 1 year ago

@connoro7 I believe this issue is closed with #14 ?