Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 3e408b0

Browse files
fix: corrected eslint config
1 parent 01ed20e commit 3e408b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ module.exports = {
2222
],
2323
'@typescript-eslint/naming-convention': [
2424
'error',
25-
{ leadingUnderscore: 'allow' },
25+
{
26+
format: null,
27+
selector: 'variable',
28+
leadingUnderscore: 'allow',
29+
},
2630
],
2731
},
2832
parserOptions: {

0 commit comments

Comments
 (0)