mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 03:29:11 +02:00
feat: allow blog authors email (#6783)
This commit is contained in:
parent
7ec44bb32c
commit
6cbc58943e
14 changed files with 53 additions and 15 deletions
|
@ -222,6 +222,7 @@ module.exports = {
|
|||
],
|
||||
'react/jsx-filename-extension': OFF,
|
||||
'react/jsx-key': [ERROR, {checkFragmentShorthand: true}],
|
||||
'react/jsx-no-useless-fragment': [ERROR, {allowExpressions: true}],
|
||||
'react/jsx-props-no-spreading': OFF,
|
||||
'react/no-array-index-key': OFF, // We build a static site, and nearly all components don't change.
|
||||
'react/no-unstable-nested-components': [WARNING, {allowAsProps: true}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue