@anolilab/eslint-config 16.1.2 → 16.2.0

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,15 @@
1
+ ## @anolilab/eslint-config [16.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.1.3...@anolilab/eslint-config@16.2.0) (2025-05-27)
2
+
3
+ ### Features
4
+
5
+ * **eslint-config:** add support for @eslint/css ([da3b47e](https://github.com/anolilab/javascript-style-guide/commit/da3b47e126e3e734a2fd85f8e427fe2dd698ca04))
6
+
7
+ ## @anolilab/eslint-config [16.1.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.1.2...@anolilab/eslint-config@16.1.3) (2025-05-26)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **eslint-config:** update TypeScript declaration file type from "d.ts" to "types" ([3292434](https://github.com/anolilab/javascript-style-guide/commit/3292434f3f0600794844790b030b6d882696a123))
12
+
1
13
  ## @anolilab/eslint-config [16.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.1.1...@anolilab/eslint-config@16.1.2) (2025-05-26)
2
14
 
3
15
  ### Bug Fixes
package/README.md CHANGED
@@ -620,7 +620,7 @@ The `getFilesGlobs` function accepts one of the following `FileType` strings:
620
620
  - `"astro_ts"`: TypeScript files within Astro components.
621
621
  - `"astro"`: Astro component files (`.astro`).
622
622
  - `"css"`: CSS files.
623
- - `"d.ts"`: TypeScript declaration files (`.d.ts`, `.d.cts`, `.d.mts`).
623
+ - `"types"`: TypeScript declaration files (`.d.ts`, `.d.cts`, `.d.mts`).
624
624
  - `"e2e"`: End-to-end test files.
625
625
  - `"graphql"`: GraphQL files (`.gql`, `.graphql`).
626
626
  - `"html"`: Various HTML-like template files (`.html`, `.hbs`, `.erb`, etc.).