We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e09af1 + 6599f2d commit 985ae5fCopy full SHA for 985ae5f
src/content/10/en/part10a.md
@@ -133,7 +133,7 @@ Now that we are somewhat familiar with the development environment let's enhance
133
npm install --save-dev eslint @babel/eslint-parser eslint-plugin-react eslint-plugin-react-native
134
```
135
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:
+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:
137
138
```javascript
139
{
0 commit comments