Skip to content

Commit

Permalink
Updates .ts-eslintrc with new settings, see import-js/eslint-plugin-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
ibeckermayer committed Jul 8, 2022
1 parent a81be98 commit 2e35225
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ts-eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module.exports = {
],
rules: {
"@typescript-eslint/no-floating-promises": 2,
"@typescript-eslint/no-misused-promises": 2
"@typescript-eslint/no-misused-promises": 2,
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['warn'],
'no-undef': 'off',
}
};

0 comments on commit 2e35225

Please sign in to comment.