@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 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 `@file` overview JSDoc comment (**not** for test or config files)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",