@crycode/eslint-config 1.0.1 → 1.0.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.
- package/README.md +4 -0
- package/eslint-config.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,10 @@ module.exports = {
|
|
|
48
48
|
Placeholder for the next version (at the beginning of the line):
|
|
49
49
|
### **WORK IN PROGRESS**
|
|
50
50
|
-->
|
|
51
|
+
### 1.0.2 (2022-08-02)
|
|
52
|
+
|
|
53
|
+
* Set format for enum members to PascalCase or UPPER_CASE
|
|
54
|
+
|
|
51
55
|
### 1.0.1 (2022-07-28)
|
|
52
56
|
|
|
53
57
|
* Set `allowAny` to `true` for rule [@typescript-eslint/restrict-plus-operands](https://typescript-eslint.io/rules/restrict-plus-operands/)
|
package/eslint-config.js
CHANGED