Skip to content

Commit

Permalink
chore: git filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Mar 11, 2024
1 parent ff813c2 commit 8d05a41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default [
},
rules: {
...tsPlugin.configs.recommended.rules,
'@typescript-eslint/ban-types': { '{}': false },
'@typescript-eslint/ban-ts-comment': 0,
'@typescript-eslint/ban-types': ['error', { '{}': false }],
'@typescript-eslint/ban-ts-comment': 'off',
},
},
{
Expand All @@ -52,8 +52,8 @@ export default [
},
rules: {
...tsPlugin.configs.recommended.rules,
'@typescript-eslint/ban-types': { '{}': false },
'@typescript-eslint/ban-ts-comment': 0,
'@typescript-eslint/ban-types': ['error', { '{}': false }],
'@typescript-eslint/ban-ts-comment': 'off',
...vuePlugin.configs['vue3-essential'].rules,
},
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ export default defineConfig({
{ text: 'Button', link: '/components/button' },
{ text: 'Checkbox', link: '/components/checkbox' },
{ text: 'Radio', link: '/components/radio' },
{ text: 'Input', link: '/components/input' },
{ text: 'Input', link: '/components/oinput' },
{ text: 'Select', link: '/components/select' },
{ text: 'Popover', link: '/components/popover' },
{ text: 'Popover', link: '/components/opopover' },
{ text: 'Tooltip', link: '/components/tooltip' },
],
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8d05a41

Please sign in to comment.