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 = {
55 '@typescript-eslint/explicit-function-return-type' : 'off' ,
66 // Temporarily disable this rule
77 '@typescript-eslint/no-floating-promises' : 'off' ,
8+ '@typescript-eslint/no-unused-vars' : 'error' ,
89 // Forbids `any` in _falsy_ expressions
910 '@typescript-eslint/strict-boolean-expressions' : [
1011 'error' ,
@@ -37,6 +38,7 @@ module.exports = {
3738 tabWidth : 4 ,
3839 } ,
3940 ] ,
41+ 'no-unused-vars' : 'off' ,
4042 'sort-keys' : [
4143 'error' ,
4244 'asc' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-gitduck" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " GitDuck ESLint shared configuration" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments