lint: ban console output (#317)
This commit is contained in:
parent
685dea9e19
commit
23ce973377
3 changed files with 18 additions and 11 deletions
|
|
@ -180,6 +180,7 @@ export const baseRules = {
|
|||
|
||||
// react
|
||||
"react/react-in-jsx-scope": 0,
|
||||
"no-console": 2,
|
||||
};
|
||||
|
||||
const languageOptions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue