@alexlit/config-stylelint 51.0.1 → 51.0.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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -140,7 +140,8 @@ const createConfig = (plugins = {}, options = {}) => ({
140
140
  ignoreProperties: [
141
141
  'align-tracks',
142
142
  'animation-timeline',
143
- 'interpolate-size',
143
+ 'interpolate-size',
144
+ 'text-stroke',
144
145
  ],
145
146
  },
146
147
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "51.0.1",
3
+ "version": "51.0.2",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [