Skip to content

Commit

Permalink
Merge pull request #3882 from Tuppu/patch-14
Browse files Browse the repository at this point in the history
Update part10a.md
  • Loading branch information
mluukkai authored Nov 21, 2024
2 parents 6e09af1 + 6599f2d commit 985ae5f
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 @@ -133,7 +133,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.json</i> file in the <i>rate-repository-app</i> directory with the following content:
Next, let's add a <i>.eslintrc.json</i> file in the <i>rate-repository-app</i> directory with the ESLint configuration into the following content:

```javascript
{
Expand Down

0 comments on commit 985ae5f

Please sign in to comment.