@taiga-ui/stylelint-config 0.17.0 → 0.18.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
@@ -3,6 +3,18 @@
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.18.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.17.0...@taiga-ui/stylelint-config@0.18.0) (2024-02-27)
7
+
8
+ ### Features
9
+
10
+ - **stylelint-config:** ignore less variables keyword case
11
+ ([b6a8c56](https://github.com/taiga-family/linters/commit/b6a8c56e7050169b23220412595b9ed811558bff))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
6
18
  # [0.17.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.16.0...@taiga-ui/stylelint-config@0.17.0) (2024-02-27)
7
19
 
8
20
  ### Features
package/index.json CHANGED
@@ -296,7 +296,7 @@
296
296
  {
297
297
  "severity": "error",
298
298
  "ignoreKeywords": ["currentColor", "backgroundColor", "optimizeLegibility"],
299
- "ignoreProperties": ["/^--/"]
299
+ "ignoreProperties": ["/^--/", "/^\\$/"]
300
300
  }
301
301
  ],
302
302
  "function-url-no-scheme-relative": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",