Bläddra i källkod

eslint-disable max-len added

master
JannekeDL 5 år sedan
förälder
incheckning
fbab30a219
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1
    1
      src/components/about/aboutUsPage.vue
  2. 1
    0
      src/components/timeshare/buy/buyPage.vue

+ 1
- 1
src/components/about/aboutUsPage.vue Visa fil

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <!--/ About Star /-->
2
+  <!-- eslint-disable max-len -->
3 3
   <section class="section-about">
4 4
     <div class="container">
5 5
       <div class="row">

+ 1
- 0
src/components/timeshare/buy/buyPage.vue Visa fil

@@ -1,4 +1,5 @@
1 1
 <template>
2
+  <!-- eslint-disable max-len -->
2 3
   <section>
3 4
     <section class="intro-single">
4 5
       <div class="container">

Laddar…
Avbryt
Spara