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.
1 parent b2bd07a commit 6599f2dCopy full SHA for 6599f2d
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