-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from generalui/lint-test-yarn
[lint-test-yarn] Added coverage option. Added more functionality!
- Loading branch information
Showing
5 changed files
with
158 additions
and
8 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
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
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,4 +1,4 @@ | ||
{ | ||
"name": "lint-test-yarn", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
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,17 @@ | ||
# Linting and Formatting | ||
|
||
## Requirements | ||
|
||
- [Markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) `DavidAnson.vscode-markdownlint` | ||
|
||
- Markdownlint must be installed as an extension for local markdown linting to work within VS Code or Cursor on save. | ||
- Or run in directly using [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). | ||
|
||
```sh | ||
markdownlint-cli2 "**/*.md" | ||
``` | ||
|
||
## Configuration | ||
|
||
MarkdownLint uses [`.markdownlint.json`](./.markdownlint.json) to configure the markdown linting rules and | ||
[`.markdownlintignore`](./.markdownlintignore) to ignore linting for specific files and paths. |
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