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
Previously the only version available included React plugins and had React as a peer dependency, which was annoying for projects that didn't involve it. That version is now available as `@codility/eslint-config-codility/react` - simply add `/react` at the end.
41
+
25
42
## Warnings vs errors rationale
26
43
27
44
Rules for setting up the rules:
@@ -30,7 +47,7 @@ Rules for setting up the rules:
30
47
- we don't care about the rule
31
48
- we really don't
32
49
- 1 (warn):
33
-
- the code can run, but we don't want it on production
50
+
- the code can run, but we don't want it on production (e.g. `console.log` or `debugger`)
0 commit comments