Skip to content

Commit

Permalink
Merge pull request #1361 from wri/corrected-eslint-errors
Browse files Browse the repository at this point in the history
corrected eslint errors
  • Loading branch information
davidlstarr authored Aug 16, 2023
2 parents 3fccaa2 + 71465c5 commit 74ecd43
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 74ecd43

Please sign in to comment.