Skip to content

Commit

Permalink
corrent eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed May 17, 2024
1 parent c2f57fe commit 16d7eda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
'unused-imports': require('eslint-plugin-unused-imports'),
'@typescript-eslint': require('@typescript-eslint/eslint-plugin'),
'eslint-plugin-tsdoc': require('eslint-plugin-tsdoc'),
promise: require('eslint-plugin-promise'),
},
rules: {
curly: 'warn',
Expand All @@ -30,7 +29,6 @@ module.exports = {
'no-useless-catch': 'error',
'require-await': 'warn',
'no-continue': 'warn',
'promise/prefer-await-to-then': 'warn',
'no-console': 'warn',
'unused-imports/no-unused-imports': 'warn',
'no-magic-numbers': 'off',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 16d7eda

Please sign in to comment.