@alexlit/config-eslint 20.2.0 → 20.2.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
+ ## [20.2.1](https://github.com/alex-lit/config-eslint/compare/v20.2.0...v20.2.1) (2021-09-19)
2
+
1
3
  # [20.2.0](https://github.com/alex-lit/config-eslint/compare/v20.1.1...v20.2.0) (2021-09-18)
2
4
 
3
5
  ## [20.1.1](https://github.com/alex-lit/config-eslint/compare/v20.1.0...v20.1.1) (2021-09-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "20.2.0",
3
+ "version": "20.2.1",
4
4
  "private": false,
5
5
  "description": "eslint config",
6
6
  "keywords": [
@@ -178,7 +178,7 @@ module.exports = {
178
178
 
179
179
  // variable
180
180
  {
181
- format: ['camelCase', 'UPPER_CASE'],
181
+ format: ['camelCase', 'UPPER_CASE', 'PascalCase'],
182
182
  modifiers: ['const'],
183
183
  selector: 'variable',
184
184
  },