Skip to content

Commit

Permalink
Rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 18, 2021
1 parent 57d59e1 commit c00f172
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main

jobs:
draftRelease:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ember-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Combines `@underline/eslint-config-ember` and `@underline/eslint-config-typescri

Copyright (c) 2019 Underline Corporation

Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md).
Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).
2 changes: 1 addition & 1 deletion packages/eslint-config-ember/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Adds Ember.js-specific rules.

Copyright (c) 2019 Underline Corporation

Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md).
Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).
2 changes: 1 addition & 1 deletion packages/eslint-config-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Adds Node.js-specific rules and sets the environment.

Copyright (c) 2019 Underline Corporation

Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md).
Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Adds support for parsing TypeScript, as well as TypeScript-specific rules.

Copyright (c) 2019 Underline Corporation

Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md).
Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).
2 changes: 1 addition & 1 deletion packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Underline's base base config that all other configs extend from.

Copyright (c) 2019 Underline Corporation

Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md).
Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).

0 comments on commit c00f172

Please sign in to comment.