Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit a038e82

Browse files
authored
Cut v0.2.3 (#35)
- Bump eslint-plugin-tsdoc from 0.2.4 to 0.2.5 - Add support for the @see tag! - Increase cyclomatic complexity threshold from 8 to 10 - Increase cyclomatic complexity threshold from 8 to 10 - Seems to be the typical standard
1 parent 300ed64 commit a038e82

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99

1010
## [Unreleased]
1111

12+
## 0.2.3 - May 21, 2020
13+
14+
- Bump `eslint-plugin-tsdoc` from 0.2.4 to 0.2.5
15+
- Add support for the `@see` tag!
1216
- Increase cyclomatic `complexity` threshold from 8 to 10
17+
- Seems to be the typical standard
1318

1419
## 0.2.2 - May 19, 2020
1520

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpring-eng/eslint-config-base",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Xpring's base TS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)