diff --git a/.eslintrc.json b/.eslintrc.json index cacc494696..6ce386bd4f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -66,6 +66,12 @@ "rules": { "no-console": 0 } + }, + { + "files": ["**/bin/**/*"], + "rules": { + "no-console": 0 + } } ] } diff --git a/packages/playground/website/.eslintrc.json b/packages/playground/website/.eslintrc.json index a1462c8abc..3986ea7559 100644 --- a/packages/playground/website/.eslintrc.json +++ b/packages/playground/website/.eslintrc.json @@ -29,6 +29,17 @@ ] } }, + { + "files": [ + "demos/**/*", + "cypress/**/*", + "builder/**/*", + "vite.oauth.ts" + ], + "rules": { + "no-console": 0 + } + }, { "files": ["*.ts", "*.tsx"], "rules": {}