Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Changed README to reflect  eslint-config-getstarted to getstarted in .eslintrc
  • Loading branch information
vivekrp committed Aug 30, 2020
1 parent 6fcaf47 commit 319d5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-getstarted",
"version": "1.1.1",
"version": "1.1.2",
"description": "Automatically setup the best and future-proofed linting and formatting config for your project with or without VS Code.",
"keywords": [
"javascript",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ npx install-peerdeps --dev eslint-config-getstarted

```json
{
"extends": ["eslint-config-getstarted"]
"extends": ["getstarted"]
}
```

Expand All @@ -70,7 +70,7 @@ If you'd like to overwrite eslint or prettier settings, you can add the rules in

```json
{
"extends": ["eslint-config-getstarted"],
"extends": ["getstarted"],
"rules": {
"no-console": 2,
"prettier/prettier": [
Expand Down Expand Up @@ -117,7 +117,7 @@ Once you have done one, or both, of the above installs. You probably want your e

1. You gotta eject first `npm run eject` or `yarn eject`
1. Run `npx install-peerdeps --dev eslint-config-getstarted`
1. Crack open your `package.json` and replace `"extends": "react-app"` with `"extends": "eslint-config-getstarted"`
1. Crack open your `package.json` and replace `"extends": "react-app"` with `"extends": "getstarted"`

## 🤬🤬🤬🤬 IT'S NOT WORKING

Expand Down

0 comments on commit 319d5c9

Please sign in to comment.