Skip to content

Commit

Permalink
Eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFomina committed Dec 6, 2024
1 parent 2a5bcf3 commit e86a023
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ module.exports = {
env: {
'node': true,
'jest': true
},
rules: {
'@typescript-eslint/camelcase': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/explicit-function-return-type': 'warn',
'require-jsdoc': 'warn',
'no-shadow': 'warn',
'no-unused-expressions': 'warn'
}
};

0 comments on commit e86a023

Please sign in to comment.