Skip to content

Commit

Permalink
chore: consistent use of quotes in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jun 19, 2024
1 parent 27b40d3 commit 997745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default tseslint.config({
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/explicit-function-return-type': 'warn',
'@typescript-eslint/method-signature-style': 'warn',
'@typescript-eslint/no-unused-expressions': ['error', { 'allowTernary': true }],
'@typescript-eslint/no-unused-expressions': ['error', { allowTernary: true }],
'@typescript-eslint/prefer-readonly': 'warn',
'@typescript-eslint/restrict-template-expressions': ['error', { allowNumber: true }],
'@typescript-eslint/prefer-promise-reject-errors': 'off',
Expand Down

0 comments on commit 997745e

Please sign in to comment.