AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Add support for linting and prettier #14

Closed AlexGaiser closed 3 years ago

AlexGaiser commented 3 years ago

Project should use eslint for style and prettier for formatting.

The project needs to be set up to properly lint and format. Currently can lint with the npm run ci:lint command.

AlexGaiser commented 3 years ago

I have set several typescript related rules, currently they are set to off to aid in speed of development.