Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated es-lint docs to instruct how to install eslint-config-react-app #12998

Merged
merged 6 commits into from
Apr 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed whitespace before full stop
  • Loading branch information
Luke Brobbin authored and Luke Brobbin committed Apr 1, 2019
commit 2308577a0e3ae8d6b5b4fd3d7fb3976c9e44735e
2 changes: 1 addition & 1 deletion docs/docs/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ touch .eslintrc.js

### Configuring ESLint

The snippet below mimics the [default ESLint config](https://github.com/gatsbyjs/gatsby/blob/master/.eslintrc.json) Gatsby ships with . We recommend copying the content to your newly created `.eslintrc.js` file and modifying it per your needs. Reference ESLint's [rules documentation](https://eslint.org/docs/rules/) for more options.
The snippet below mimics the [default ESLint config](https://github.com/gatsbyjs/gatsby/blob/master/.eslintrc.json) Gatsby ships with. We recommend copying the content to your newly created `.eslintrc.js` file and modifying it per your needs. Reference ESLint's [rules documentation](https://eslint.org/docs/rules/) for more options.

```js:title=.eslintrc.js
module.exports = {
Expand Down