Skip to content

Commit

Permalink
Merge pull request #19 from owowagency/feature/disable-typescript-quotes
Browse files Browse the repository at this point in the history
feat: disable quotes typescript rule
  • Loading branch information
stefvw93 authored Jan 12, 2024
2 parents 4aa87fc + 156cd3d commit 161cdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
semi: 'off',
'@typescript-eslint/semi': ['error', 'always'],
quotes: 'off',
'@typescript-eslint/quotes': ['error', 'single'],
'@typescript-eslint/quotes': 'off',
'space-before-blocks': 'off',
'@typescript-eslint/space-before-blocks': ['error', 'always'],
'space-before-function-paren': 'off',
Expand Down

0 comments on commit 161cdd4

Please sign in to comment.