@rebeccastevens/eslint-config 1.3.16 → 1.3.17

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,6 +1,13 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3
3
 
4
+ ## [1.3.17](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.16...v1.3.17) (2022-04-05)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * tweak naming-convention" ([ab792d2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ab792d2b3a40b22723bb2384cae4692e100bf754))
10
+
4
11
  ## [1.3.16](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.15...v1.3.16) (2022-04-04)
5
12
 
6
13
 
@@ -99,7 +99,7 @@ const settings = {
99
99
  modifiers: ["readonly"],
100
100
  },
101
101
  {
102
- selector: ["classMethod", "typeMethod"],
102
+ selector: ["classMethod", "typeMethod", "typeProperty"],
103
103
  format: ["camelCase", "PascalCase", "UPPER_CASE"],
104
104
  },
105
105
  {
@@ -97,7 +97,7 @@ const settings = {
97
97
  modifiers: ["readonly"],
98
98
  },
99
99
  {
100
- selector: ["classMethod", "typeMethod"],
100
+ selector: ["classMethod", "typeMethod", "typeProperty"],
101
101
  format: ["camelCase", "PascalCase", "UPPER_CASE"],
102
102
  },
103
103
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"