lint: ban console output (#317)
This commit is contained in:
@@ -180,6 +180,7 @@ export const baseRules = {
|
||||
|
||||
// react
|
||||
"react/react-in-jsx-scope": 0,
|
||||
"no-console": 2,
|
||||
};
|
||||
|
||||
const languageOptions = {
|
||||
|
||||
Reference in New Issue
Block a user