-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to yarn lock and tweak configs so tests are running and change…
… can be made iteratively (#26) * upgrade actions and tests so that improvements can be made iteratively * add npm/yarn commands and fix prettier issue in tests * add markdown checking, fix initial issues
- Loading branch information
Showing
8 changed files
with
5,246 additions
and
7,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[ignore] | ||
.*/dist/.* | ||
.*/__tests__/.* | ||
.*/node_modules/resolve/test/resolver/malformed_package_json/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"default": true, | ||
"MD013": { | ||
"line_length": 10000, | ||
"headings": false, | ||
"code_blocks": false, | ||
"tables": false | ||
}, | ||
"MD024": { | ||
"siblings_only": true | ||
}, | ||
"MD041": false, | ||
"MD033": false, | ||
"MD001": false | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.