/lint-demo

Eslint and Prettier automation for ReactJs application

Primary LanguageTypeScriptApache License 2.0Apache-2.0

To Read setp by step procedure open Blog

Developing

To set up your local environment, go to the lint-demo directory and then run the following:
yarn install
yarn start

Open http://localhost:3000 to view it in the browser.

For ESLint's and Prettier lint check,

yarn lint

For ESLint's and Prettier lint fix,

yarn lint-fix

This project was bootstrapped with Create React App.