Skip to content

Commit 577b82f

Browse files
committed
chore: turn on no-console ESLint rule
1 parent 49d4f94 commit 577b82f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/cli/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// number of errors/warnings per rule recorded at Tue Nov 28 2023 15:38:17 GMT+0100 (Central European Standard Time)
55
"rules": {
66
"max-lines-per-function": "off", // 1 warning
7-
"no-console": "off", // 9 warnings
87
"@typescript-eslint/naming-convention": "off", // 7 warnings
98
"@typescript-eslint/no-floating-promises": "off", // 1 error
109
"@typescript-eslint/no-unnecessary-condition": "off", // 3 warnings

packages/core/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"rules": {
66
"arrow-body-style": "off", // 3 warnings
77
"max-lines-per-function": "off", // 1 warning
8-
"no-console": "off", // 1 warning
98
"prefer-template": "off", // 3 warnings
109
"@typescript-eslint/no-confusing-void-expression": "off", // 2 warnings
1110
"@typescript-eslint/no-floating-promises": "off", // 5 errors

packages/nx-plugin/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// temporarily disable failing rules so `nx lint` passes
44
// number of errors/warnings per rule recorded at Tue Nov 28 2023 15:38:26 GMT+0100 (Central European Standard Time)
55
"rules": {
6-
"no-console": "off", // 1 warning
76
"no-param-reassign": "off", // 4 errors
87
"@typescript-eslint/consistent-type-definitions": "off", // 2 warnings
98
"@typescript-eslint/no-unsafe-assignment": "off", // 14 errors

packages/utils/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"arrow-body-style": "off", // 1 warning
77
"curly": "off", // 1 warning
88
"max-lines-per-function": "off", // 6 warnings
9-
"no-console": "off", // 14 warnings
109
"no-magic-numbers": "off", // 21 warnings
1110
"no-param-reassign": "off", // 25 errors
1211
"prefer-template": "off", // 12 warnings

0 commit comments

Comments
 (0)