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 Aug 8, 2022
1 parent 3ba2bab commit bd58674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ts-eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
rules: {
"@typescript-eslint/no-floating-promises": 2,
"@typescript-eslint/no-misused-promises": 2,
"semi": ["error", "always"]
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['warn'],
'no-undef': 'off',
}
};

0 comments on commit bd58674

Please sign in to comment.