소스 검색

eslint-disable max-len added

master
JannekeDL 5 년 전
부모
커밋
fbab30a219
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/about/aboutUsPage.vue
  2. 1
    0
      src/components/timeshare/buy/buyPage.vue

+ 1
- 1
src/components/about/aboutUsPage.vue 파일 보기

@@ -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 파일 보기

@@ -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">

Loading…
취소
저장