@rebeccastevens/eslint-config 1.7.7 → 1.7.8

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.
@@ -237,7 +237,7 @@ const settings = {
237
237
  trailingUnderscore: "forbid",
238
238
  },
239
239
  {
240
- selector: ["classMethod", "typeMethod", "typeProperty"],
240
+ selector: ["accessor", "classMethod", "typeMethod", "typeProperty"],
241
241
  format: ["camelCase", "PascalCase", "UPPER_CASE"],
242
242
  leadingUnderscore: "allow",
243
243
  trailingUnderscore: "forbid",
@@ -235,7 +235,7 @@ const settings = {
235
235
  trailingUnderscore: "forbid",
236
236
  },
237
237
  {
238
- selector: ["classMethod", "typeMethod", "typeProperty"],
238
+ selector: ["accessor", "classMethod", "typeMethod", "typeProperty"],
239
239
  format: ["camelCase", "PascalCase", "UPPER_CASE"],
240
240
  leadingUnderscore: "allow",
241
241
  trailingUnderscore: "forbid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"