We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603ae86 commit 084e2d2Copy full SHA for 084e2d2
eslint.config.js
@@ -28,9 +28,6 @@ export default defineConfig([
28
plugins: {
29
'vue': pluginVue,
30
'@typescript-eslint': tseslint
31
- },
32
- rules: {
33
- // 필요시 규칙 추가
34
}
35
},
36
{
src/composables/useProvideFilterbox.ts
@@ -9,7 +9,6 @@ interface ProvideFilterBoxProps {
9
[key: string]: any
10
11
12
-// 별도의 파일로 분리?
13
interface FilterBoxContext {
14
localeStrings: ComputedRef<any>
15
sorter: (x: string) => any
0 commit comments