lint: ban console output (#317)

This commit is contained in:
Pavel Feldman
2025-04-30 14:15:32 -07:00
committed by GitHub
parent 685dea9e19
commit 23ce973377
3 changed files with 18 additions and 11 deletions

View File

@@ -180,6 +180,7 @@ export const baseRules = {
// react
"react/react-in-jsx-scope": 0,
"no-console": 2,
};
const languageOptions = {