Skip to content

Commit 187dff7

Browse files
authored
remove error for unused-vars (#132)
1 parent f4215cf commit 187dff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
'no-param-reassign': 0,
1313
'no-promise-executor-return': 0,
1414
'no-prototype-builtins': 0,
15-
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
1615
'unicorn/filename-case': 0,
1716
'unicorn/numeric-separators-style': 0,
1817
'unicorn/no-empty-file': 0,

0 commit comments

Comments
 (0)