Skip to content

Commit

Permalink
feat: react
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Oct 13, 2023
1 parent 8de511f commit 1c1d2af
Show file tree
Hide file tree
Showing 115 changed files with 477 additions and 4,885 deletions.
17 changes: 12 additions & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
module.exports = {
extends: ['@jaskang/eslint-config/vue'],
parserOptions: {
ecmaVersion: 'latest',
},
root: true,
rules: {},
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
},
}
84 changes: 0 additions & 84 deletions docs/.vitepress/config.ts

This file was deleted.

63 changes: 0 additions & 63 deletions docs/.vitepress/theme/CodePreview.vue

This file was deleted.

132 changes: 0 additions & 132 deletions docs/.vitepress/theme/Layout.tsx

This file was deleted.

88 changes: 0 additions & 88 deletions docs/.vitepress/theme/components/TVContent.vue

This file was deleted.

Loading

0 comments on commit 1c1d2af

Please sign in to comment.