mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 23:17:06 +02:00
chore: dotfiles
This commit is contained in:
parent
e64a06c748
commit
698e09b82e
3 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ module.exports = {
|
|||
'func-names': OFF,
|
||||
'react/jsx-filename-extension': OFF,
|
||||
'react/jsx-one-expression-per-line': OFF,
|
||||
'react/prop-types': OFF,
|
||||
'react/destructuring-assignment': OFF, // too many lines
|
||||
'import/no-unresolved': WARNING, // because it couldn't resolve webpack alias
|
||||
'react/prefer-stateless-function': WARNING,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue