mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
feat: prototype dev server
This commit is contained in:
parent
2ab412e563
commit
333574efe6
11 changed files with 524 additions and 38 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
rules: {
|
||||
'no-console': OFF,
|
||||
'func-names': OFF,
|
||||
'react/jsx-filename-extension': OFF, // Enable in future when migrating.
|
||||
'react/jsx-filename-extension': OFF,
|
||||
'react/jsx-one-expression-per-line': OFF,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue