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:
Sébastien Lorber 2020-07-21 17:45:06 +02:00 committed by GitHub
parent 3e22c1ae5c
commit 6730590c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 120 additions and 64 deletions

View file

@ -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},