@leancodepl/linting 9.6.6 → 9.7.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
@@ -3,6 +3,27 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.7.1](https://github.com/leancodepl/js_corelibrary/compare/v9.7.0...v9.7.1) (2026-01-20)
7
+
8
+ **Note:** Version bump only for package @leancodepl/linting
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ # [9.7.0](https://github.com/leancodepl/js_corelibrary/compare/v9.6.6...v9.7.0) (2025-12-18)
16
+
17
+ ### Bug Fixes
18
+
19
+ - linters readme typo
20
+ ([511ba55](https://github.com/leancodepl/js_corelibrary/commit/511ba553890c0528160661a888bd4de4901af13a))
21
+
22
+ # Change Log
23
+
24
+ All notable changes to this project will be documented in this file. See
25
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
26
+
6
27
  ## [9.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-18)
7
28
 
8
29
  **Note:** Version bump only for package @leancodepl/linting
package/README.md CHANGED
@@ -15,7 +15,7 @@ yarn add --dev @leancodepl/linting
15
15
  - `@leancodepl/eslint-config` - ESLint rules for TypeScript and React
16
16
  - `@leancodepl/prettier-config` - Prettier formatting configuration
17
17
  - `@leancodepl/stylelint-config` - Stylelint rules for CSS and SCSS
18
- - `@leancodepl/resolve-eslint-flat-confgi` - TypeScript resolver for ESlint flat config
18
+ - `@leancodepl/resolve-eslint-flat-config` - TypeScript resolver for ESlint flat config
19
19
 
20
20
  ## Usage Examples
21
21
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@leancodepl/linting",
3
- "version": "9.6.6",
3
+ "version": "9.7.1",
4
4
  "license": "Apache-2.0",
5
5
  "dependencies": {
6
- "@leancodepl/eslint-config": "9.6.6",
7
- "@leancodepl/prettier-config": "9.6.6",
8
- "@leancodepl/resolve-eslint-flat-config": "9.6.6",
9
- "@leancodepl/stylelint-config": "9.6.6"
6
+ "@leancodepl/eslint-config": "9.7.1",
7
+ "@leancodepl/prettier-config": "9.7.1",
8
+ "@leancodepl/resolve-eslint-flat-config": "9.7.1",
9
+ "@leancodepl/stylelint-config": "9.7.1"
10
10
  },
11
11
  "publishConfig": {
12
12
  "access": "public",