Skip to content

Commit d18b52f

Browse files
committed
fix eslint ignore explicit-function-return-type in stories
1 parent 3b1feb5 commit d18b52f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stories/FeathersVuexFormWrapper.stories.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/explicit-function-return-type */
12
import '../../assets/styles/tailwind.postcss'
23

34
import FeathersVuexFormWrapper from '../src/FeathersVuexFormWrapper'

stories/FeathersVuexInputWrapper.stories.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/explicit-function-return-type */
12
import FeathersVuexInputWrapper from '../src/FeathersVuexInputWrapper.vue'
23
import { makeModel } from '@rovit/test-model'
34

0 commit comments

Comments
 (0)