@peerigon/configs 14.1.0 → 14.1.1
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.
- package/CHANGELOG.md +6 -0
- package/ai/coding-styleguide-js-ts.mdc +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [14.1.1](https://github.com/peerigon/configs/compare/v14.1.0...v14.1.1) (2026-02-18)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **ai:** Replace [@file](https://github.com/file) with [@module](https://github.com/module) ([e528889](https://github.com/peerigon/configs/commit/e5288892d487bd7cdb3d6626e70535056ce9510d))
|
|
6
|
+
|
|
1
7
|
# [14.1.0](https://github.com/peerigon/configs/compare/v14.0.8...v14.1.0) (2026-02-13)
|
|
2
8
|
|
|
3
9
|
### Features
|
|
@@ -22,7 +22,7 @@ globs: **/*.js, **/*.ts, **/*.mjs, **/*.cjs, **/*.mts, **/*.cts
|
|
|
22
22
|
|
|
23
23
|
## File structure
|
|
24
24
|
|
|
25
|
-
- Begin with a `@
|
|
25
|
+
- Begin with a `@module` overview JSDoc comment (**not** for test or config files)
|
|
26
26
|
- Then imports
|
|
27
27
|
- Then important top-level constants or variables
|
|
28
28
|
- Then order by importance (in relation to the file purpose): the most important classes/functions of the file should be at the beginning
|