@tb-dev/eslint-config 3.4.1 → 3.4.2

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/index.cjs CHANGED
@@ -350,7 +350,8 @@ async function typescript(options) {
350
350
  "error",
351
351
  {
352
352
  selector: ["classProperty", "variable"],
353
- format: ["strictCamelCase", "UPPER_CASE"]
353
+ format: ["strictCamelCase", "UPPER_CASE"],
354
+ leadingUnderscore: "allowSingleOrDouble"
354
355
  },
355
356
  {
356
357
  selector: ["classicAccessor", "classMethod", "function", "parameter", "parameterProperty"],
package/dist/index.js CHANGED
@@ -327,7 +327,8 @@ async function typescript(options) {
327
327
  "error",
328
328
  {
329
329
  selector: ["classProperty", "variable"],
330
- format: ["strictCamelCase", "UPPER_CASE"]
330
+ format: ["strictCamelCase", "UPPER_CASE"],
331
+ leadingUnderscore: "allowSingleOrDouble"
331
332
  },
332
333
  {
333
334
  selector: ["classicAccessor", "classMethod", "function", "parameter", "parameterProperty"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",