Skip to content

Commit

Permalink
chore: update ESLint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Jun 18, 2020
1 parent 433cb8e commit d289510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"bootstrap": "npm i && lerna bootstrap --hoist",
"clean-bootstrap": "lerna clean --yes && rm -rf node_modules && npm run bootstrap",
"publish": "lerna publish --exact --conventional-commits --conventional-graduate --create-release github",
"publish": "lerna publish --exact --conventional-commits --create-release github",
"test:starter": "lerna exec --scope \"kyt-starter-{server,static,universal}-src\" --",
"test": "jest && npm run test:starter -- npm t",
"test:ci": "jest --ci && npm run test:starter -- npm t -- --ci",
Expand Down
4 changes: 1 addition & 3 deletions packages/eslint-config-kyt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ Or add to your `package.json`:
}
```

To keep things formatted as you develop, install an editor package. See more [here](/docs/Recipes.md#editor-configuration).

## Editor Configuration

A `kyt` app should work with any editor, but we recommend that you install and configure ESLint with one of the following editors:
To automatically format your code based on these rules during development, install a package for your IDE. We recommend that you install and configure ESLint with one of the following editors:

#### VSCode

Expand Down

0 comments on commit d289510

Please sign in to comment.