mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 08:37:25 +02:00
feat(v2): add validation escape hatch (#3134)
* add isValidationDisabledEscapeHatch system * add bug reporting hint for validation errors * typo
This commit is contained in:
parent
aa7430e168
commit
ac757e9dff
4 changed files with 64 additions and 4 deletions
|
@ -64,6 +64,7 @@ module.exports = {
|
|||
'jsx-a11y/click-events-have-key-events': WARNING,
|
||||
'jsx-a11y/no-noninteractive-element-interactions': WARNING,
|
||||
'no-console': OFF,
|
||||
'no-else-return': OFF,
|
||||
'no-underscore-dangle': OFF,
|
||||
curly: [WARNING, 'all'],
|
||||
'react/jsx-closing-bracket-location': OFF, // Conflicts with Prettier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue