dscnitrourkela/project-icecream

Setup ESLint, Prettier

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
The current repository lacks any sort of linting and formatting. In order to maintain a consistent coding style throughout the repository, it is necessary to set up ESLint and Prettier.

Describe the solution you'd like

  • A common coding standard that the community follows for React projects is the one set up by Airbnb. Extending our config to use those styles would be a great idea.
  • Additional configuration might be required as the project uses Typescript and not Javascript. ESLint was designed to work with Javascript.

Additional context
You can checkout this repository for a similar setup: Project Guava Web