@tinkoff/eslint-config 5.2.1 → 6.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.0.0](https://github.com/tramvaijs/linters/compare/v5.2.2...v6.0.0) (2026-05-12)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * migrate to esm and flat eslint config
12
+
13
+ ### Features
14
+
15
+ * migrate to eslint 9 ([3bcf4af](https://github.com/tramvaijs/linters/commit/3bcf4afe93f6f4a62affd128af17fd3482cd742d))
16
+
17
+
18
+
19
+ ### [5.2.2](https://github.com/tramvaijs/linters/compare/v5.2.1...v5.2.2) (2026-05-12)
20
+
21
+
22
+ ### Reverts
23
+
24
+ * Revert "migrate to eslint v9" ([634f3b5](https://github.com/tramvaijs/linters/commit/634f3b5f8e88d7581efb11c700c9097846aaaa0c))
25
+
26
+
27
+
6
28
  ### [5.2.1](https://github.com/tramvaijs/linters/compare/v5.2.0...v5.2.1) (2026-04-23)
7
29
 
8
30
  **Note:** Version bump only for package @tinkoff/eslint-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinkoff/eslint-config",
3
- "version": "5.2.1",
3
+ "version": "6.0.0",
4
4
  "description": "ESLint configs to rule them all",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "eslint-formatter-codeframe": "^7.32.1"
52
52
  },
53
- "gitHead": "9fc4e06626008bb3a5e2245b7799566ac29be15c"
53
+ "gitHead": "d037a50fcba8fbe16ddea705cfef0d6ebf943ff8"
54
54
  }