feat(v2): add validation escape hatch (#3134)

* add isValidationDisabledEscapeHatch system

* add bug reporting hint for validation errors

* typo
This commit is contained in:
Sébastien Lorber 2020-07-28 14:27:47 +02:00 committed by GitHub
parent aa7430e168
commit ac757e9dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 64 additions and 4 deletions

View file

@ -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.