mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
chore: dotfiles
This commit is contained in:
parent
e64a06c748
commit
698e09b82e
3 changed files with 4 additions and 0 deletions
1
.eslintignore
Normal file
1
.eslintignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
generated
|
|
@ -15,6 +15,8 @@ module.exports = {
|
||||||
'func-names': OFF,
|
'func-names': OFF,
|
||||||
'react/jsx-filename-extension': OFF,
|
'react/jsx-filename-extension': OFF,
|
||||||
'react/jsx-one-expression-per-line': 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
|
'import/no-unresolved': WARNING, // because it couldn't resolve webpack alias
|
||||||
'react/prefer-stateless-function': WARNING,
|
'react/prefer-stateless-function': WARNING,
|
||||||
},
|
},
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ dist
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
generated
|
generated
|
||||||
website/node_modules
|
website/node_modules
|
||||||
|
build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue