We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5bcf3 commit e86a023Copy full SHA for e86a023
.eslintrc.js
@@ -3,5 +3,13 @@ module.exports = {
3
env: {
4
'node': true,
5
'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'
14
}
15
};
0 commit comments