mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(v2): add Facebook Docusaurus 2 template (#2124)
* feat(v2): add Facebook Docusaurus 2 template * -
This commit is contained in:
parent
ab8fb2b370
commit
b6315f4136
27 changed files with 995 additions and 36 deletions
|
@ -60,4 +60,12 @@ module.exports = {
|
|||
'react/jsx-props-no-spreading': OFF,
|
||||
'react-hooks/rules-of-hooks': ERROR,
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['packages/docusaurus-init/templates/classic/**/*.js'],
|
||||
rules: {
|
||||
'header/header': 'off',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue