Skip to content

Commit

Permalink
chore: use @grapp/nextra-theme package
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Mar 27, 2024
1 parent ef3229e commit eba580a
Show file tree
Hide file tree
Showing 33 changed files with 136 additions and 913 deletions.
23 changes: 1 addition & 22 deletions docs/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module',
},
plugins: ['@typescript-eslint', 'import', 'react'],
extends: ['plugin:react/recommended'],
settings: {
react: {
version: 'detect',
},
},
rules: {
'import/extensions': ['error', 'never'],
'no-shadow': 'off',
'@typescript-eslint/no-shadow': 'warn',
'linebreak-style': 'error',
'react/display-name': 'off',
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
},
}
module.exports = require('@grapp/eslint-config/default')
10 changes: 1 addition & 9 deletions docs/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module.exports = {
parser: 'typescript',
semi: false,
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
arrowParens: 'avoid',
endOfLine: 'auto',
}
module.exports = require('@grapp/prettier-config')
Binary file modified docs/bun.lockb
Binary file not shown.
75 changes: 0 additions & 75 deletions docs/components/Features.module.css

This file was deleted.

49 changes: 0 additions & 49 deletions docs/components/Features.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions docs/components/Footer.module.css

This file was deleted.

63 changes: 0 additions & 63 deletions docs/components/Footer.tsx

This file was deleted.

104 changes: 0 additions & 104 deletions docs/components/Hero.module.css

This file was deleted.

Loading

0 comments on commit eba580a

Please sign in to comment.