@msobiecki/eslint-config 8.14.1 → 8.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [8.15.0](https://github.com/msobiecki/eslint-config/compare/v8.14.1...v8.15.0) (2025-04-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * update ([f1bf00d](https://github.com/msobiecki/eslint-config/commit/f1bf00d07c0c0dc2ac1e72a501e1817b54c69aa8))
7
+ * update ([385739a](https://github.com/msobiecki/eslint-config/commit/385739af1c3614782c288377d61e5944c7bad084))
8
+
9
+
10
+
1
11
  ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
2
12
 
3
13
 
@@ -29,12 +39,3 @@
29
39
 
30
40
 
31
41
 
32
- # [8.11.0](https://github.com/msobiecki/eslint-config/compare/v8.10.0...v8.11.0) (2025-04-17)
33
-
34
-
35
- ### Features
36
-
37
- * update ([d3088d2](https://github.com/msobiecki/eslint-config/commit/d3088d2a844617dc92ab5f3b40e4a1b77b11079f))
38
-
39
-
40
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "8.14.1",
3
+ "version": "8.15.0",
4
4
  "private": false,
5
5
  "description": "An ESLint shareable config for JavaScript/TypeScript ecosystem's.",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  "author": "Michał Sobiecki <kontakt@codeshaker.pl>",
19
19
  "main": "index.js",
20
20
  "scripts": {
21
- "prepare": "husky install",
21
+ "prepare": "husky",
22
22
  "test": "jest",
23
23
  "test:watch": "jest --watch"
24
24
  },