@taiga-ui/stylelint-config 0.2.0 → 0.2.2

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,24 @@
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
+ ## [0.2.2](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/stylelint-config@0.2.1...@taiga-ui/stylelint-config@0.2.2) (2023-09-05)
7
+
8
+ **Note:** Version bump only for package @taiga-ui/stylelint-config
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
+ ## [0.2.1](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/stylelint-config@0.2.0...@taiga-ui/stylelint-config@0.2.1) (2023-09-05)
16
+
17
+ **Note:** Version bump only for package @taiga-ui/stylelint-config
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  # [0.2.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/stylelint-config@0.1.3...@taiga-ui/stylelint-config@0.2.0) (2023-08-31)
7
25
 
8
26
  ### Features
package/README.md CHANGED
@@ -27,30 +27,30 @@ More information about available at
27
27
 
28
28
  ```js
29
29
  {
30
- "extends": ["@taiga-ui/stylelint-config/prettier"]
30
+ extends: ["@taiga-ui/stylelint-config/prettier"]
31
31
  }
32
32
  ```
33
33
 
34
34
  - **less** - includes prettier config
35
35
 
36
- ```json
36
+ ```js
37
37
  {
38
- "extends": ["@taiga-ui/stylelint-config/less"]
38
+ extends: ["@taiga-ui/stylelint-config/less"]
39
39
  }
40
40
  ```
41
41
 
42
42
  - **angular** - includes prettier config
43
43
 
44
- ```json
44
+ ```js
45
45
  {
46
- "extends": ["@taiga-ui/stylelint-config/angular"]
46
+ extends: ["@taiga-ui/stylelint-config/angular"]
47
47
  }
48
48
  ```
49
49
 
50
50
  - **angular-less** - combine angular and less configs
51
51
 
52
- ```json
52
+ ```js
53
53
  {
54
- "extends": ["@taiga-ui/stylelint-config/angular-less"]
54
+ extends: ["@taiga-ui/stylelint-config/angular-less"]
55
55
  }
56
56
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -16,9 +16,12 @@
16
16
  "postcss": "8.4.29",
17
17
  "postcss-less": "6.0.0",
18
18
  "stylelint-config-prettier": "9.0.5",
19
- "stylelint-config-standard": "25.0.0",
19
+ "stylelint-config-standard": "34.0.0",
20
20
  "stylelint-no-px": "1.0.1",
21
- "stylelint-order": "5.0.0"
21
+ "stylelint-order": "6.0.3"
22
+ },
23
+ "peerDependencies": {
24
+ "stylelint": "*"
22
25
  },
23
26
  "publishConfig": {
24
27
  "access": "public"