File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module.exports = {
5
5
'@typescript-eslint/explicit-function-return-type' : 'off' ,
6
6
// Temporarily disable this rule
7
7
'@typescript-eslint/no-floating-promises' : 'off' ,
8
+ '@typescript-eslint/no-unused-vars' : 'error' ,
8
9
// Forbids `any` in _falsy_ expressions
9
10
'@typescript-eslint/strict-boolean-expressions' : [
10
11
'error' ,
@@ -37,6 +38,7 @@ module.exports = {
37
38
tabWidth : 4 ,
38
39
} ,
39
40
] ,
41
+ 'no-unused-vars' : 'off' ,
40
42
'sort-keys' : [
41
43
'error' ,
42
44
'asc' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-gitduck" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " GitDuck ESLint shared configuration" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments