@jabworks/eslint-plugin 1.0.3 → 1.0.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jabworks/eslint-plugin
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix stylistic rule typo
8
+
3
9
  ## 1.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -60,5 +60,5 @@
60
60
  "typescript": ">=5.8.0",
61
61
  "typescript-eslint": ">=8.33.0"
62
62
  },
63
- "version": "1.0.3"
63
+ "version": "1.0.4"
64
64
  }
@@ -114,7 +114,7 @@ const rules = {
114
114
  * 🔧 Fixable - https://eslint.org/docs/latest/rules/prefer-arrow-callback
115
115
  */
116
116
  'prefer-arrow-callback': 'warn',
117
- '@stylelistic/spaced-comment': 'error',
117
+ '@stylistic/spaced-comment': 'error',
118
118
  };
119
119
 
120
120
  export default rules;