@tb-dev/eslint-config 3.4.2 → 3.4.3

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
@@ -355,7 +355,8 @@ async function typescript(options) {
355
355
  },
356
356
  {
357
357
  selector: ["classicAccessor", "classMethod", "function", "parameter", "parameterProperty"],
358
- format: ["strictCamelCase"]
358
+ format: ["strictCamelCase"],
359
+ leadingUnderscore: "allowSingleOrDouble"
359
360
  },
360
361
  {
361
362
  selector: ["class", "enum", "enumMember", "interface", "typeAlias", "typeParameter"],
package/dist/index.js CHANGED
@@ -332,7 +332,8 @@ async function typescript(options) {
332
332
  },
333
333
  {
334
334
  selector: ["classicAccessor", "classMethod", "function", "parameter", "parameterProperty"],
335
- format: ["strictCamelCase"]
335
+ format: ["strictCamelCase"],
336
+ leadingUnderscore: "allowSingleOrDouble"
336
337
  },
337
338
  {
338
339
  selector: ["class", "enum", "enumMember", "interface", "typeAlias", "typeParameter"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",