feat(v2): add Facebook Docusaurus 2 template (#2124)

* feat(v2): add Facebook Docusaurus 2 template

* -
This commit is contained in:
Yangshun Tay 2019-12-15 17:16:27 +08:00 committed by GitHub
parent ab8fb2b370
commit b6315f4136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 995 additions and 36 deletions

View file

@ -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',
},
},
],
};