declapract-typescript-ehmpathy 0.47.7 → 0.47.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,9 +9,10 @@ module.exports = {
9
9
  'break', // use break: instead of feat!: or BREAKING CHANGE footer
10
10
  'feat',
11
11
  'fix',
12
- 'docs',
12
+ // 'docs', // prefer fix(docs): instead of docs
13
13
  'chore',
14
14
  'revert',
15
+ 'cont', // continue progress within a p
15
16
  ],
16
17
  ],
17
18
  // forbid ! prefix (use break: instead)
@@ -6,6 +6,7 @@
6
6
  "compilerOptions": {
7
7
  "baseUrl": ".",
8
8
  "paths": {
9
+ "@/*": ["*"],
9
10
  "@src/*": ["src/*"]
10
11
  },
11
12
  "importsNotUsedAsValues": "remove",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.47.7",
5
+ "version": "0.47.8",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",