You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenges/ecosystem/02.md
+21-47Lines changed: 21 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,32 +42,31 @@ Prettier is an opinionated code formatter. It enforces a consistent style by par
42
42
43
43

44
44
45
+
### Setup ESLint
45
46
46
-
### Setup ESLint in your expo project
47
+
-[ ]Setup ESLint in your project with the following command:
47
48
48
49
```console
49
50
npx expo lint
50
51
```
51
52
52
-
You can lint your code manually by rerunning `npx expo lint` in your terminal.
53
+
-[ ] Answer **yes** to the following question:
53
54
54
-
-[ ] Setup ESLint in your project.
55
-
-[ ] Run `npx expo lint` in your terminal.
55
+
```console
56
+
✔ No ESLint config found. Install and configure ESLint in this project?
57
+
```
58
+
59
+
You will have a `.eslintrc.js` file created at the root of your project.
0 commit comments