eslint-plugin-vuetify 2.0.1 → 2.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.
@@ -48,7 +48,6 @@ const inputs = {
48
48
  name: 'variant',
49
49
  value: 'filled'
50
50
  },
51
- flat: false,
52
51
  fullWidth: false,
53
52
  height: false,
54
53
  hideSpinButtons: false,
@@ -559,7 +558,6 @@ const replacements = {
559
558
  name: 'density',
560
559
  value: 'compact'
561
560
  },
562
- ripple: false,
563
561
  selectable: {
564
562
  custom: 'value'
565
563
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-vuetify",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "An eslint plugin for Vuetify",
5
5
  "main": "lib/index.js",
6
6
  "author": "Kael Watts-Deuchar <kaelwd@gmail.com>",