chore(tooling): disable console log
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -58,5 +58,6 @@ async function patchSlots() {
|
||||
}
|
||||
|
||||
patchSlots()
|
||||
// eslint-disable-next-line no-console
|
||||
.then(() => console.log('slots patched'))
|
||||
.catch(console.error)
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = {
|
||||
plugins: ['prettier'],
|
||||
rules: {
|
||||
'vue/no-setup-props-destructure': 0,
|
||||
'no-console': 0,
|
||||
'no-console': ['error', { allow: ['warn', 'error'] }],
|
||||
'unused-imports/no-unused-vars': 0,
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }],
|
||||
'prettier/prettier': [
|
||||
|
||||
Reference in New Issue
Block a user