Skip to content

Commit

Permalink
corrected eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlstarr committed Aug 15, 2023
1 parent 465a253 commit 71465c5
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
'no-prototype-builtins': 0,
'@typescript-eslint/explicit-function-return-type': 0,
'@typescript-eslint/camelcase': 0,
quotes: ['warning', 'single'],
quotes: ['warn', 'single'],
'no-console': 'warn',
},
};
Loading

0 comments on commit 71465c5

Please sign in to comment.