@taiga-ui/stylelint-config 0.168.0 → 0.169.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.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -208,7 +208,14 @@ module.exports = {
208
208
  'selector-type-no-unknown': [
209
209
  true,
210
210
  {
211
- ignoreTypes: ['/^tui-/', '/^my-/', '/^cdk-/', '/^app-/', /^markdown$/],
211
+ ignoreTypes: [
212
+ /^app$/,
213
+ /^markdown$/,
214
+ '/^my-/',
215
+ '/^cdk-/',
216
+ '/^app-/',
217
+ '/^tui-/',
218
+ ],
212
219
  },
213
220
  ],
214
221
  'shorthand-property-no-redundant-values': true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.168.0",
3
+ "version": "0.169.1",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",