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 49c95e9 commit 83a644dCopy full SHA for 83a644d
.oxlintrc.json
@@ -8,7 +8,7 @@
8
"perf": "warn"
9
},
10
"rules": {
11
- "no-console": "off",
+ "no-console": "warn",
12
"no-await-in-loop": "off",
13
"unicorn/no-array-sort": "off",
14
"no-restricted-globals": "error",
@@ -19,7 +19,20 @@
19
"e18e/prefer-regex-test": "error",
20
"e18e/prefer-array-some": "error"
21
22
- "overrides": [],
+ "overrides": [
23
+ {
24
+ "files": [
25
+ "server/**/*",
26
+ "cli/**/*",
27
+ "scripts/**/*",
28
+ "modules/**/*",
29
+ "app/components/OgImage/*"
30
+ ],
31
+ "rules": {
32
+ "no-console": "off"
33
+ }
34
35
36
"ignorePatterns": [
37
".output/**",
38
".data/**",
0 commit comments