Skip to content

Commit 985ae5f

Browse files
authored
Merge pull request #3882 from Tuppu/patch-14
Update part10a.md
2 parents 6e09af1 + 6599f2d commit 985ae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/10/en/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Now that we are somewhat familiar with the development environment let's enhance
133133
npm install --save-dev eslint @babel/eslint-parser eslint-plugin-react eslint-plugin-react-native
134134
```
135135

136-
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:
136+
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:
137137

138138
```javascript
139139
{

0 commit comments

Comments
 (0)