Skip to content

Commit

Permalink
chore: add quotes lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Sep 3, 2023
1 parent 7058bcc commit 74aede5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ module.exports = {
}],
'simple-import-sort/exports': 'error',
'semi': ['error', 'never'],
'quotes': ['error', 'single'],
'keyword-spacing': ['error', { before: true, after: true }],
'space-before-blocks': ['error', 'always'],
'comma-dangle': ['error', 'never'],
Expand Down

0 comments on commit 74aede5

Please sign in to comment.