Skip to content

Commit 0949558

Browse files
committed
fix: linting problems
1 parent af26f50 commit 0949558

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dist

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ new Vue({ // eslint-disable-line no-new
2020
},
2121
watch: {
2222
sampleJSON() {
23-
console.log('updated sampleJSON');
23+
alert('updated sampleJSON'); // eslint-disable-line no-alert
2424
}
2525
}
2626
});

0 commit comments

Comments
 (0)