Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 24, 2021
1 parent 4a59936 commit e3e8e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -10,7 +10,7 @@
Intended to make it easier to create and maintain Awesome lists.

Includes a bunch of [general Markdown rules](https://github.com/sindresorhus/awesome-lint/blob/master/config.js) and some [Awesome specific rules](https://github.com/sindresorhus/awesome-lint/tree/master/rules).
Includes a bunch of [general Markdown rules](config.js) and some [Awesome specific rules](rules).

![](media/screenshot.png)

Expand Down
2 changes: 1 addition & 1 deletion test/cli.js
Expand Up @@ -17,7 +17,7 @@ test('main - non-existent file', async t => {

test('main - invalid GitHub repository', async t => {
await t.throwsAsync(
execa.stderr('./cli.js', ['https://github.com/sindresorhus/awesome-lint/blob/master/readme.md']),
execa.stderr('./cli.js', ['https://github.com/sindresorhus/awesome-lint/blob/main/readme.md']),
/Invalid GitHub repo URL/
);
});

0 comments on commit e3e8e3a

Please sign in to comment.