@itcase/lint 1.1.15 → 1.1.16

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.
@@ -208,6 +208,12 @@ const props = [
208
208
  'refresh',
209
209
  'confirm',
210
210
 
211
+ // Style
212
+ 'solid',
213
+ 'outlined',
214
+ 'full',
215
+ 'ghost',
216
+
211
217
  // Other
212
218
  'overflow',
213
219
  'display',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {