lint: allow console

main
Cameron Clough 2022-01-09 16:56:30 +00:00
parent fafe3aef67
commit 3af36a6171
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,9 @@
"ignoreRegExpLiterals": true,
"ignoreStrings": true,
"ignoreTemplateLiterals": true
}]
}],
// TODO: fix and remove
"no-console": "off"
}
}