mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-04 15:08:49 +01:00
Use require.resolve as a fallback of path.resolve (#342)
This commit is contained in:
parent
bc0b7373ff
commit
4bff44e33f
9 changed files with 5672 additions and 8 deletions
4
test/config/config-badchildpackage.json
Normal file
4
test/config/config-badchildpackage.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"extends": "@oops/markdownlint-config",
|
||||
"default": true
|
||||
}
|
||||
7
test/config/config-packageparent.json
Normal file
7
test/config/config-packageparent.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "pseudo-package",
|
||||
"MD003": false,
|
||||
"MD007": { "indent": 4 },
|
||||
"no-hard-tabs": true,
|
||||
"line-length": { "line_length": 200 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue