Fix web code linting to be portable across environments

This commit is contained in:
Keavon Chambers
2021-04-14 13:22:43 -07:00
parent fcc4c1874b
commit c94c2b3373
23 changed files with 361 additions and 189 deletions
@@ -42,8 +42,7 @@
import { defineComponent } from "vue";
export default defineComponent({
components: {
},
components: {},
props: {
horizontal: { type: Boolean, default: false },
},