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 b8cfdfb commit aa83469Copy full SHA for aa83469
src/content/10/en/part10a.md
@@ -138,7 +138,7 @@ Now that we are somewhat familiar with the development environment let's enhance
138
npm install --save-dev eslint @babel/eslint-parser eslint-plugin-react eslint-plugin-react-native
139
```
140
141
-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:
142
143
```javascript
144
{
0 commit comments