Skip to content

Commit

Permalink
Updated README to reflect switching to ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinfr committed Feb 5, 2020
1 parent a7faeaf commit 73e1473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ In case you want to get rid of this, you can removing the following from `packag

1. Remove `precommit` from the `scripts` section
1. Remove the `lint-staged` section
1. Remove `lint-staged`, `prettier`, `tslint-config-prettier`, and `husky` from the `devDependencies`
1. Remove `lint-staged`, `prettier`, `eslint-config-prettier`, and `husky` from the `devDependencies`

Also remove `tslint-config-prettier` from the `extends` section in `tslint.json`.
Also remove all mentions of Prettier from the `extends` section in `.eslintrc.json`.

## About this project
This project was set up from scratch but is heavily influenced by the [Electron React Boilerplate project](https://github.com/chentsulin/electron-react-boilerplate) and [React Redux TypeScript guide](https://github.com/piotrwitek/react-redux-typescript-guide).
Expand Down

0 comments on commit 73e1473

Please sign in to comment.