@msobiecki/eslint-config 8.14.1 → 8.16.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.
@@ -33,5 +33,7 @@ jobs:
33
33
  env:
34
34
  NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
35
 
36
+ - run: npm rebuild @swc/core --build-from-source
37
+
36
38
  - name: Run test
37
39
  run: npm run test
package/CHANGELOG.md CHANGED
@@ -1,40 +1,41 @@
1
- ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
1
+ # [8.16.0](https://github.com/msobiecki/eslint-config/compare/v8.15.0...v8.16.0) (2025-04-17)
2
2
 
3
3
 
4
+ ### Features
4
5
 
5
- # [8.14.0](https://github.com/msobiecki/eslint-config/compare/v8.13.0...v8.14.0) (2025-04-17)
6
+ * update ([746ae64](https://github.com/msobiecki/eslint-config/commit/746ae6488763bbad5302e7d223448f1559a1fdec))
6
7
 
7
8
 
8
- ### Features
9
9
 
10
- * update ([dbd96bf](https://github.com/msobiecki/eslint-config/commit/dbd96bfe78588c6311bf591e2c3db3941657c20b))
10
+ # [8.15.0](https://github.com/msobiecki/eslint-config/compare/v8.14.1...v8.15.0) (2025-04-17)
11
11
 
12
12
 
13
+ ### Features
13
14
 
14
- # [8.13.0](https://github.com/msobiecki/eslint-config/compare/v8.12.0...v8.13.0) (2025-04-17)
15
+ * update ([f1bf00d](https://github.com/msobiecki/eslint-config/commit/f1bf00d07c0c0dc2ac1e72a501e1817b54c69aa8))
16
+ * update ([385739a](https://github.com/msobiecki/eslint-config/commit/385739af1c3614782c288377d61e5944c7bad084))
15
17
 
16
18
 
17
- ### Features
18
19
 
19
- * update ([7e97251](https://github.com/msobiecki/eslint-config/commit/7e97251219f41aa48837d88a5da5c969097d2e5f))
20
+ ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
20
21
 
21
22
 
22
23
 
23
- # [8.12.0](https://github.com/msobiecki/eslint-config/compare/v8.11.0...v8.12.0) (2025-04-17)
24
+ # [8.14.0](https://github.com/msobiecki/eslint-config/compare/v8.13.0...v8.14.0) (2025-04-17)
24
25
 
25
26
 
26
27
  ### Features
27
28
 
28
- * update ([ba333fb](https://github.com/msobiecki/eslint-config/commit/ba333fb53094e550ceecb0e3552b4e3605ad221a))
29
+ * update ([dbd96bf](https://github.com/msobiecki/eslint-config/commit/dbd96bfe78588c6311bf591e2c3db3941657c20b))
29
30
 
30
31
 
31
32
 
32
- # [8.11.0](https://github.com/msobiecki/eslint-config/compare/v8.10.0...v8.11.0) (2025-04-17)
33
+ # [8.13.0](https://github.com/msobiecki/eslint-config/compare/v8.12.0...v8.13.0) (2025-04-17)
33
34
 
34
35
 
35
36
  ### Features
36
37
 
37
- * update ([d3088d2](https://github.com/msobiecki/eslint-config/commit/d3088d2a844617dc92ab5f3b40e4a1b77b11079f))
38
+ * update ([7e97251](https://github.com/msobiecki/eslint-config/commit/7e97251219f41aa48837d88a5da5c969097d2e5f))
38
39
 
39
40
 
40
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "8.14.1",
3
+ "version": "8.16.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
  },