Skip to content

Commit 084e2d2

Browse files
chore: delete unused code
1 parent 603ae86 commit 084e2d2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

eslint.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export default defineConfig([
2828
plugins: {
2929
'vue': pluginVue,
3030
'@typescript-eslint': tseslint
31-
},
32-
rules: {
33-
// 필요시 규칙 추가
3431
}
3532
},
3633
{

src/composables/useProvideFilterbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface ProvideFilterBoxProps {
99
[key: string]: any
1010
}
1111

12-
// 별도의 파일로 분리?
1312
interface FilterBoxContext {
1413
localeStrings: ComputedRef<any>
1514
sorter: (x: string) => any

0 commit comments

Comments
 (0)