Skip to content

Commit aa83469

Browse files
authored
Adopt .eslintrc.* in part10a.md
While they still work, .eslintrc files without an extension are technically deprecated. Updated the text to use .eslintrc.json .
1 parent b8cfdfb commit aa83469

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
@@ -138,7 +138,7 @@ Now that we are somewhat familiar with the development environment let's enhance
138138
npm install --save-dev eslint @babel/eslint-parser eslint-plugin-react eslint-plugin-react-native
139139
```
140140
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:
141+
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:
142142
143143
```javascript
144144
{

0 commit comments

Comments
 (0)