@jsse/eslint-config 0.9.2 → 0.9.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,21 @@
1
1
  # @jsse/eslint-config
2
2
 
3
+ ## 0.9.4
4
+ ### Patch Changes
5
+
6
+ - fix import causing react which is an optional peer-dep to be imported...
7
+
8
+ ## 0.9.3
9
+ ### Patch Changes
10
+
11
+ - Update lint defaults for JSDoc and TypeScript.
12
+
13
+ - Configure `jsdoc/tag-lines` to only remove trailing empty JSDoc lines.
14
+ - Tighten TypeScript assertions, unused expression handling, and useless
15
+ constructor checks with TypeScript-aware rules.
16
+ - Reuse shared plugin exports in the plugin registry to avoid duplicate package
17
+ imports.
18
+
3
19
  ## 0.9.2
4
20
 
5
21
  ### Patch Changes