Skip to content

Commit b45d298

Browse files
committed
style: apply prettier
1 parent e5d48bc commit b45d298

4 files changed

Lines changed: 14 additions & 25 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"extends": [
3-
"eslint:recommended",
4-
"standard",
5-
"plugin:prettier/recommended"
6-
]
2+
"extends": ["eslint:recommended", "standard", "plugin:prettier/recommended"]
73
}

CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,37 @@
11
## [3.0.1](https://github.com/eclass/semantic-release-npm-github-config/compare/v3.0.0...v3.0.1) (2020-04-19)
22

3-
43
### Bug Fixes
54

6-
* **deps:** fix vulnerabilities ([597ac95](https://github.com/eclass/semantic-release-npm-github-config/commit/597ac95e1e60cd51c8cf1586d61e685bbe72b06a))
5+
- **deps:** fix vulnerabilities ([597ac95](https://github.com/eclass/semantic-release-npm-github-config/commit/597ac95e1e60cd51c8cf1586d61e685bbe72b06a))
76

87
# [3.0.0](https://github.com/eclass/semantic-release-npm-github-config/compare/v2.0.1...v3.0.0) (2019-10-16)
98

10-
119
### Bug Fixes
1210

13-
* **deps:** set min node version to v10 ([f157d41](https://github.com/eclass/semantic-release-npm-github-config/commit/f157d41))
14-
11+
- **deps:** set min node version to v10 ([f157d41](https://github.com/eclass/semantic-release-npm-github-config/commit/f157d41))
1512

1613
### BREAKING CHANGES
1714

18-
* **deps:** Min node version set to v10
15+
- **deps:** Min node version set to v10
1916

2017
## [2.0.1](https://github.com/lgaticaq/npm-github-config/compare/v2.0.0...v2.0.1) (2019-10-16)
2118

22-
2319
### Bug Fixes
2420

25-
* **deps:** remove @semantic-release/npm from peerDependencies ([4ffcfd5](https://github.com/lgaticaq/npm-github-config/commit/4ffcfd5))
21+
- **deps:** remove @semantic-release/npm from peerDependencies ([4ffcfd5](https://github.com/lgaticaq/npm-github-config/commit/4ffcfd5))
2622

2723
# [2.0.0](https://github.com/lgaticaq/npm-github-config/compare/v1.0.0...v2.0.0) (2018-09-21)
2824

29-
3025
### chore
3126

32-
* **deps:** move dependencies to peerDependencies ([b43a030](https://github.com/lgaticaq/npm-github-config/commit/b43a030))
33-
27+
- **deps:** move dependencies to peerDependencies ([b43a030](https://github.com/lgaticaq/npm-github-config/commit/b43a030))
3428

3529
### BREAKING CHANGES
3630

37-
* **deps:** move dependencies to peerDependencies
31+
- **deps:** move dependencies to peerDependencies
3832

3933
# 1.0.0 (2018-09-18)
4034

41-
4235
### Features
4336

44-
* **project:** first release ([0d48d8c](https://github.com/lgaticaq/npm-github-config/commit/0d48d8c))
37+
- **project:** first release ([0d48d8c](https://github.com/lgaticaq/npm-github-config/commit/0d48d8c))

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In `package.json`:
2121
```json
2222
{
2323
"release": {
24-
"extends": "@eclass/semantic-release-npm-github-config"
24+
"extends": "@eclass/semantic-release-npm-github-config"
2525
}
2626
}
2727
```
@@ -49,9 +49,9 @@ See [Npm registry authentication](https://github.com/semantic-release/npm#npm-re
4949

5050
### Environment variables
5151

52-
| Variable | Description |
53-
|------------------------------|---------------------------------------------------------------------- |
54-
| `GH_TOKEN` or `GITHUB_TOKEN` | **Required.** The token used to authenticate with GitLab repository. |
52+
| Variable | Description |
53+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| `GH_TOKEN` or `GITHUB_TOKEN` | **Required.** The token used to authenticate with GitLab repository. |
5555
| `NPM_TOKEN` | **Required.** Npm token created via [npm token create](https://docs.npmjs.com/getting-started/working_with_tokens#how-to-create-new-tokens) |
5656

5757
### Additional options

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module.exports = {
55
'@semantic-release/changelog',
66
'@semantic-release/npm',
77
'@semantic-release/git',
8-
'@semantic-release/github'
9-
]
8+
'@semantic-release/github',
9+
],
1010
}

0 commit comments

Comments
 (0)