Skip to content

Commit eba580a

Browse files
committed
chore: use @grapp/nextra-theme package
1 parent ef3229e commit eba580a

33 files changed

+136
-913
lines changed

docs/.eslintrc.js

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
module.exports = {
2-
parser: '@typescript-eslint/parser',
3-
parserOptions: {
4-
sourceType: 'module',
5-
},
6-
plugins: ['@typescript-eslint', 'import', 'react'],
7-
extends: ['plugin:react/recommended'],
8-
settings: {
9-
react: {
10-
version: 'detect',
11-
},
12-
},
13-
rules: {
14-
'import/extensions': ['error', 'never'],
15-
'no-shadow': 'off',
16-
'@typescript-eslint/no-shadow': 'warn',
17-
'linebreak-style': 'error',
18-
'react/display-name': 'off',
19-
'react/prop-types': 'off',
20-
'react/react-in-jsx-scope': 'off',
21-
},
22-
}
1+
module.exports = require('@grapp/eslint-config/default')

docs/.prettierrc.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
module.exports = {
2-
parser: 'typescript',
3-
semi: false,
4-
singleQuote: true,
5-
trailingComma: 'all',
6-
printWidth: 100,
7-
arrowParens: 'avoid',
8-
endOfLine: 'auto',
9-
}
1+
module.exports = require('@grapp/prettier-config')

docs/bun.lockb

14 KB
Binary file not shown.

docs/components/Features.module.css

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/components/Features.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/components/Footer.module.css

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/components/Footer.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/components/Hero.module.css

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)