mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-14 13:24:47 +00:00
add bad code to test reviewdog
This commit is contained in:
parent
6291b7b8bb
commit
5a462dc798
2 changed files with 5 additions and 1 deletions
1
server/bad-eslint-code.js
Normal file
1
server/bad-eslint-code.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
console.log("123");
|
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<router-view />
|
<router-view />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {}
|
export default {}
|
||||||
|
|
||||||
|
function testBadCode(){ var a = 2;}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue