Skip to content

Commit c74bea2

Browse files
committed
fix: lint
1 parent 3d426a8 commit c74bea2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"@typescript-eslint/explicit-module-boundary-types": 0,
3838
"@typescript-eslint/triple-slash-reference": 0,
3939
"@typescript-eslint/no-empty-function": 0,
40+
"vue/require-prop-types": 0,
41+
"vue/one-component-per-file": 0,
42+
"vue/require-default-prop": 0,
4043
"no-console": [
4144
"error",
4245
{

packages/components/src/preview-text/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable vue/one-component-per-file */
21
import { defineComponent, computed, toRef, Ref } from '@vue/composition-api'
32
import {
43
createContext,

0 commit comments

Comments
 (0)