mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
refactor(v2): async md image transformer + pathname protocol as an escape hatch (#3087)
* async md image transformer + pathname protocol as an escape hatch * make error messages computer agnostic by using relative paths * fix error message relative path
This commit is contained in:
parent
3e22c1ae5c
commit
6730590c1e
10 changed files with 120 additions and 64 deletions
|
@ -80,6 +80,7 @@ module.exports = {
|
|||
'import/order': OFF,
|
||||
'import/prefer-default-export': OFF,
|
||||
'lines-between-class-members': OFF,
|
||||
'no-lonely-if': WARNING,
|
||||
'no-use-before-define': [
|
||||
ERROR,
|
||||
{functions: false, classes: false, variables: true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue