@alexlit/config-eslint 41.1.0 → 41.1.1
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,3 +1,5 @@
|
|
|
1
|
+
## [41.1.1](https://github.com/alex-lit/config-eslint/compare/v41.1.0...v41.1.1) (2022-01-14)
|
|
2
|
+
|
|
1
3
|
# [41.1.0](https://github.com/alex-lit/config-eslint/compare/v41.0.2...v41.1.0) (2022-01-13)
|
|
2
4
|
|
|
3
5
|
## [41.0.2](https://github.com/alex-lit/config-eslint/compare/v41.0.1...v41.0.2) (2022-01-13)
|
package/package.json
CHANGED
|
@@ -1364,7 +1364,6 @@ module.exports = [
|
|
|
1364
1364
|
'camouflage',
|
|
1365
1365
|
'camp',
|
|
1366
1366
|
'campaign',
|
|
1367
|
-
'can',
|
|
1368
1367
|
'cancel',
|
|
1369
1368
|
'cap',
|
|
1370
1369
|
'capitalize',
|
|
@@ -2800,7 +2799,6 @@ module.exports = [
|
|
|
2800
2799
|
'retreat',
|
|
2801
2800
|
'retrieve',
|
|
2802
2801
|
'reunite',
|
|
2803
|
-
'rev',
|
|
2804
2802
|
'revamp',
|
|
2805
2803
|
'reveal',
|
|
2806
2804
|
'revel',
|
|
@@ -68,7 +68,7 @@ module.exports = {
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
format: ['PascalCase'],
|
|
71
|
-
selector: 'typeLike',
|
|
71
|
+
selector: ['typeLike', 'enumMember'],
|
|
72
72
|
},
|
|
73
73
|
|
|
74
74
|
{
|
|
@@ -82,7 +82,7 @@ module.exports = {
|
|
|
82
82
|
},
|
|
83
83
|
|
|
84
84
|
{
|
|
85
|
-
format: ['camelCase', 'UPPER_CASE', 'PascalCase'
|
|
85
|
+
format: ['camelCase', 'UPPER_CASE', 'PascalCase' /* 'snake_case' */],
|
|
86
86
|
leadingUnderscore: 'allow',
|
|
87
87
|
selector: 'objectLiteralProperty',
|
|
88
88
|
},
|