Browse Source

add bad code to test reviewdog

pull/188/head
LouisLam 4 years ago
parent
commit
5a462dc798
  1. 1
      server/bad-eslint-code.js
  2. 5
      src/App.vue

1
server/bad-eslint-code.js

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

5
src/App.vue

@ -1,7 +1,10 @@
<template>
<router-view />
<router-view />
</template>
<script>
export default {}
function testBadCode(){ var a = 2;}
</script>

Loading…
Cancel
Save