add bad code to test reviewdog

This commit is contained in:
LouisLam 2021-08-09 00:19:54 +08:00
parent 6291b7b8bb
commit 5a462dc798
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
console.log("123");

View file

@ -4,4 +4,7 @@
<script> <script>
export default {} export default {}
function testBadCode(){ var a = 2;}
</script> </script>