We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9764606 commit e216724Copy full SHA for e216724
.eslintrc.json
@@ -40,7 +40,7 @@
40
"regex": "^[-]",
41
"match": true
42
},
43
- "leadingUnderscore": "allow"
+ "leadingUnderscore": "allowSingleOrDouble"
44
}
45
],
46
"@typescript-eslint/no-explicit-any": "off",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddts",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"main": ".eslintrc.json",
5
"scripts": {
6
"postinstall": "./install-hooks"
0 commit comments