Skip to content

Commit

Permalink
Merge pull request #3229 from chmromano/patch-1
Browse files Browse the repository at this point in the history
Adopt .eslintrc.* in part10a.md
  • Loading branch information
mluukkai authored Oct 31, 2023
2 parents a65b93b + aa83469 commit 9cb0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/10/en/part10a.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Now that we are somewhat familiar with the development environment let's enhance
npm install --save-dev eslint @babel/eslint-parser eslint-plugin-react eslint-plugin-react-native
```
Next, let's add the ESLint configuration into a <i>.eslintrc</i> file in the <i>rate-repository-app</i> directory with the following content:
Next, let's add the ESLint configuration into a <i>.eslintrc.json</i> file in the <i>rate-repository-app</i> directory with the following content:
```javascript
{
Expand Down

0 comments on commit 9cb0001

Please sign in to comment.