Skip to content

Commit e86a023

Browse files
committed
Eslint warnings
1 parent 2a5bcf3 commit e86a023

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.eslintrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@ module.exports = {
33
env: {
44
'node': true,
55
'jest': true
6+
},
7+
rules: {
8+
'@typescript-eslint/camelcase': 'warn',
9+
'@typescript-eslint/no-unused-vars': 'warn',
10+
'@typescript-eslint/explicit-function-return-type': 'warn',
11+
'require-jsdoc': 'warn',
12+
'no-shadow': 'warn',
13+
'no-unused-expressions': 'warn'
614
}
715
};

0 commit comments

Comments
 (0)