We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
catch-spacing
1 parent d3aedf8 commit 363747cCopy full SHA for 363747c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# @digitalbazaar/eslint-config ChangeLog
2
3
+### 8.0.1 - 2026-02-xx
4
+
5
+### Fixed
6
+- Package `catch-spacing` rule.
7
8
### 8.0.0 - 2026-02-06
9
10
### Added
package.json
@@ -18,7 +18,8 @@
18
},
19
"files": [
20
"./configs/**/*.js",
21
- "./examples/**/*.js"
+ "./examples/**/*.js",
22
+ "./rules/**/*.js"
23
],
24
"scripts": {
25
"test": "vitest",
0 commit comments