@tinkoff/eslint-config 1.26.3 → 1.31.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,32 @@
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
+ ### [1.31.1](https://github.com/TinkoffCreditSystems/linters/compare/v1.31.0...v1.31.1) (2022-04-13)
7
+
8
+ **Note:** Version bump only for package @tinkoff/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ### [1.29.2](https://github.com/TinkoffCreditSystems/linters/compare/v1.29.1...v1.29.2) (2022-04-04)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **prettier-config:** dedupe prettier 2.6.2 ([#186](https://github.com/TinkoffCreditSystems/linters/issues/186)) ([d6d1221](https://github.com/TinkoffCreditSystems/linters/commit/d6d1221b319d7d306e50d0638c9cafe72ca93eb6))
20
+
21
+
22
+
23
+ ## [1.28.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.27.3...v1.28.0) (2022-04-01)
24
+
25
+
26
+ ### Features
27
+
28
+ * upgrade prettier ([#181](https://github.com/TinkoffCreditSystems/linters/issues/181)) ([540ca60](https://github.com/TinkoffCreditSystems/linters/commit/540ca603fe309676d9d2372e93e8543b7ccd7c90))
29
+
30
+
31
+
6
32
  ### [1.26.3](https://github.com/TinkoffCreditSystems/linters/compare/v1.26.2...v1.26.3) (2022-02-08)
7
33
 
8
34
  **Note:** Version bump only for package @tinkoff/eslint-config
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # eslint-config-tinkoff
1
+ # @tinkoff/eslint-config
2
2
 
3
- ESlint plugin includes Tinkoff rules for JS and TS codebase.
3
+ ESlint plugin includes Tinkoff rules for JS and TS codebase. Better to use with framework-oriented packages `@tinkoff/eslint-config-react` or `@tinkoff/eslint-config-angular`
4
4
 
5
5
  ## Usage
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinkoff/eslint-config",
3
- "version": "1.26.3",
3
+ "version": "1.31.1",
4
4
  "description": "Tinkoff ESLint configs to rule them all",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -34,10 +34,10 @@
34
34
  "eslint-plugin-prettier": "^3.1.4",
35
35
  "eslint-plugin-promise": "^4.2.1",
36
36
  "eslint-plugin-sort-class-members": "^1.7.0",
37
- "prettier": "2.5.1"
37
+ "prettier": "2.6.2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "4661fc41702b61eea76e98a6213eeb72bbacca30"
42
+ "gitHead": "7c541a315444c0b68829bb7308c8bdbef4371edc"
43
43
  }