@nihalgonsalves/esconfig 0.3.0 → 0.3.2

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/package.json +1 -1
  2. package/CHANGELOG.md +0 -103
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nihalgonsalves/esconfig",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Shared ECMAScript Config (TS, Lint, Prettier)",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:nihalgonsalves/esconfig.git",
package/CHANGELOG.md DELETED
@@ -1,103 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ## [0.3.0](https://github.com/nihalgonsalves/esconfig/compare/v0.2.6...v0.3.0) (2023-07-01)
6
-
7
- ### ⚠ BREAKING CHANGES
8
-
9
- - new @typescript-eslint rules
10
-
11
- ### Features
12
-
13
- - turn on @typescript-eslint/strict ([9d675c4](https://github.com/nihalgonsalves/esconfig/commit/9d675c4ba31fb96643850069d6bcb58056e0a9fa))
14
-
15
- ### [0.2.6](https://github.com/nihalgonsalves/esconfig/compare/v0.2.5...v0.2.6) (2023-07-01)
16
-
17
- ### [0.2.5](https://github.com/nihalgonsalves/esconfig/compare/v0.2.4...v0.2.5) (2023-06-04)
18
-
19
- ### [0.2.4](https://github.com/nihalgonsalves/esconfig/compare/v0.2.3...v0.2.4) (2023-02-28)
20
-
21
- ### [0.2.3](https://github.com/nihalgonsalves/esconfig/compare/v0.2.2...v0.2.3) (2023-01-09)
22
-
23
- ### [0.2.2](https://github.com/nihalgonsalves/esconfig/compare/v0.2.1...v0.2.2) (2022-10-26)
24
-
25
- ### [0.2.1](https://github.com/nihalgonsalves/esconfig/compare/v0.2.0...v0.2.1) (2022-06-18)
26
-
27
- ### Bug Fixes
28
-
29
- - add react plugin to react config ([890c5b1](https://github.com/nihalgonsalves/esconfig/commit/890c5b140f1329a3b69a060296c53b6f786ce9f3))
30
-
31
- ## [0.2.0](https://github.com/nihalgonsalves/esconfig/compare/v0.1.2...v0.2.0) (2022-05-17)
32
-
33
- ### ⚠ BREAKING CHANGES
34
-
35
- - **tsconfig:** tsconfig now targets es2022
36
- - **tsconfig:** tsconfig now turns on `noImplicitOverride` and `exactOptionalPropertyTypes`
37
-
38
- ### Features
39
-
40
- - **tsconfig:** turn on stricter flags ([dedf98b](https://github.com/nihalgonsalves/esconfig/commit/dedf98bc00ef225302993da5eee44fd382e78c5f))
41
- - **tsconfig:** update target/module to es2022 ([03a42ff](https://github.com/nihalgonsalves/esconfig/commit/03a42ffb74d44c80e9e9d5788fe44c81213125c7))
42
-
43
- ### [0.1.2](https://github.com/nihalgonsalves/esconfig/compare/v0.1.1...v0.1.2) (2022-05-17)
44
-
45
- ### [0.1.1](https://github.com/nihalgonsalves/esconfig/compare/v0.1.0...v0.1.1) (2022-05-17)
46
-
47
- ## [0.1.0](https://github.com/nihalgonsalves/esconfig/compare/v0.0.9...v0.1.0) (2021-12-29)
48
-
49
- ### ⚠ BREAKING CHANGES
50
-
51
- - eslint v8, node v16
52
-
53
- - empty commit for version bump ([0868bd0](https://github.com/nihalgonsalves/esconfig/commit/0868bd0467e6ae088413a725663afbd451e44347))
54
-
55
- ### [0.0.9](https://github.com/nihalgonsalves/esconfig/compare/v0.0.8...v0.0.9) (2021-05-12)
56
-
57
- ### [0.0.8](https://github.com/nihalgonsalves/esconfig/compare/v0.0.7...v0.0.8) (2021-04-25)
58
-
59
- ### Bug Fixes
60
-
61
- - **eslint:** add overrides to react config too ([8dfa82d](https://github.com/nihalgonsalves/esconfig/commit/8dfa82d9c202de3fca1f02b79217f0be36353e5b))
62
-
63
- ### [0.0.7](https://github.com/nihalgonsalves/esconfig/compare/v0.0.6...v0.0.7) (2021-04-25)
64
-
65
- ### Bug Fixes
66
-
67
- - publish eslint again ([5e49474](https://github.com/nihalgonsalves/esconfig/commit/5e4947400a6ea05efbeeec4db744a98a6c16adc4))
68
-
69
- ### [0.0.6](https://github.com/nihalgonsalves/esconfig/compare/v0.0.5...v0.0.6) (2021-04-25)
70
-
71
- ### Features
72
-
73
- - **eslint:** add react-specific config ([fef6d4c](https://github.com/nihalgonsalves/esconfig/commit/fef6d4c2eb9520734a5a59c3d05ce087f358bea6))
74
-
75
- ### [0.0.5](https://github.com/nihalgonsalves/esconfig/compare/v0.0.4...v0.0.5) (2021-04-25)
76
-
77
- ### Bug Fixes
78
-
79
- - typo ([238e63c](https://github.com/nihalgonsalves/esconfig/commit/238e63cfc896ed3a282ceaba74e9e61afec1b05a))
80
-
81
- ### [0.0.4](https://github.com/nihalgonsalves/esconfig/compare/v0.0.3...v0.0.4) (2021-04-25)
82
-
83
- ### Features
84
-
85
- - add readme ([2986219](https://github.com/nihalgonsalves/esconfig/commit/29862194228b27ffac1e6bb6f79b1af8542da4f7))
86
-
87
- ### Bug Fixes
88
-
89
- - **eslint:** disable dot-notation ([dc136f2](https://github.com/nihalgonsalves/esconfig/commit/dc136f264fc487c6ae0bc20cae05022eeb533277))
90
-
91
- ### [0.0.3](https://github.com/nihalgonsalves/esconfig/compare/v0.0.2...v0.0.3) (2021-04-25)
92
-
93
- ### Bug Fixes
94
-
95
- - **prettier:** use .js file ([9147c0c](https://github.com/nihalgonsalves/esconfig/commit/9147c0ce3556b097082e472ded70e14ffe75f321))
96
-
97
- ### [0.0.2](https://github.com/nihalgonsalves/esconfig/compare/v0.0.1...v0.0.2) (2021-04-25)
98
-
99
- ### Bug Fixes
100
-
101
- - add fetch depth ([4fa5dd0](https://github.com/nihalgonsalves/esconfig/commit/4fa5dd0579472324b103e272a3d54140b495ca12))
102
-
103
- ### 0.0.1 (2021-04-25)