@shayanthenerd/eslint-config 0.9.0 → 0.10.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.
@@ -64,8 +64,8 @@ interface VueOptions extends ConfigWithOverrides {
64
64
  * 'CONDITIONALS',
65
65
  * 'RENDER_MODIFIERS',
66
66
  * 'LIST_RENDERING',
67
- * 'DEFINITION',
68
67
  * 'UNIQUE',
68
+ * 'DEFINITION',
69
69
  * 'GLOBAL',
70
70
  * 'TWO_WAY_BINDING',
71
71
  * 'SLOT',
@@ -120,8 +120,8 @@ const defaultOptions = {
120
120
  "CONDITIONALS",
121
121
  "RENDER_MODIFIERS",
122
122
  "LIST_RENDERING",
123
- "DEFINITION",
124
123
  "UNIQUE",
124
+ "DEFINITION",
125
125
  "GLOBAL",
126
126
  "SLOT",
127
127
  "TWO_WAY_BINDING",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shayanthenerd/eslint-config",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "license": "MIT",
5
5
  "description": "A modern, flexible ESLint configuration for enforcing best practices and maintaining a consistent coding style",
6
6
  "keywords": [