Skip to content

Commit e216724

Browse files
authored
Allow double leading underscores for property names (#49)
* Allow double leading underscores for property names * Bump version from 3.0.2 to 3.0.3
1 parent 9764606 commit e216724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"regex": "^[-]",
4141
"match": true
4242
},
43-
"leadingUnderscore": "allow"
43+
"leadingUnderscore": "allowSingleOrDouble"
4444
}
4545
],
4646
"@typescript-eslint/no-explicit-any": "off",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"main": ".eslintrc.json",
55
"scripts": {
66
"postinstall": "./install-hooks"

0 commit comments

Comments
 (0)