@isentinel/eslint-config 0.7.6 → 0.7.7

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/dist/cli.cjs CHANGED
@@ -37,7 +37,7 @@ var import_helpers = require("yargs/helpers");
37
37
  // package.json
38
38
  var package_default = {
39
39
  name: "@isentinel/eslint-config",
40
- version: "0.7.6",
40
+ version: "0.7.7",
41
41
  description: "iSentinel's ESLint config",
42
42
  keywords: [
43
43
  "eslint-config",
package/dist/cli.js CHANGED
@@ -19,7 +19,7 @@ init_esm_shims();
19
19
  // package.json
20
20
  var package_default = {
21
21
  name: "@isentinel/eslint-config",
22
- version: "0.7.6",
22
+ version: "0.7.7",
23
23
  description: "iSentinel's ESLint config",
24
24
  keywords: [
25
25
  "eslint-config",
package/dist/index.cjs CHANGED
@@ -1679,6 +1679,7 @@ async function perfectionist(config) {
1679
1679
  },
1680
1680
  groups: [
1681
1681
  "private-static-readonly-property",
1682
+ "private-readonly-property",
1682
1683
  "private-static-property",
1683
1684
  "private-property",
1684
1685
  "protected-static-readonly-property",
package/dist/index.js CHANGED
@@ -1578,6 +1578,7 @@ async function perfectionist(config) {
1578
1578
  },
1579
1579
  groups: [
1580
1580
  "private-static-readonly-property",
1581
+ "private-readonly-property",
1581
1582
  "private-static-property",
1582
1583
  "private-property",
1583
1584
  "protected-static-readonly-property",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -104,7 +104,7 @@
104
104
  "simple-git-hooks": "2.11.1",
105
105
  "tsup": "8.2.4",
106
106
  "typescript": "5.5.4",
107
- "@isentinel/eslint-config": "0.7.6"
107
+ "@isentinel/eslint-config": "0.7.7"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@eslint-react/eslint-plugin": "^1.8.0",