@plumeria/eslint-plugin 0.28.2 → 0.29.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.
@@ -1203,6 +1203,7 @@ exports.validateValues = {
1203
1203
  frPattern,
1204
1204
  percentagePattern,
1205
1205
  minmaxString,
1206
+ repeatString,
1206
1207
  varString,
1207
1208
  ...(isTemplateColumns ? [fitContentString] : []),
1208
1209
  ].join('|');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/eslint-plugin",
3
- "version": "0.28.2",
3
+ "version": "0.29.0",
4
4
  "description": "Plumeria ESLint plugin",
5
5
  "repository": {
6
6
  "type": "git",