Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
collincchoy committed Apr 1, 2024
1 parent 05a4f21 commit f60e457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ module.exports = {
'implicit-arrow-linebreak': 'warn',
'import/no-duplicates': 'warn',
'import/order': ['warn', { 'alphabetize': { 'order': 'asc', 'caseInsensitive': true } }],
"import/named": "off",
"import/namespace": "off",
"import/default": "off",
"import/no-named-as-default-member": "off",
"import/no-unresolved": "off",
'import/named': 'off',
'import/namespace': 'off',
'import/default': 'off',
'import/no-named-as-default-member': 'off',
'import/no-unresolved': 'off',
'indent': ['warn', 2, { 'SwitchCase': 1 }],
'key-spacing': ['warn', { afterColon: true }],
'keyword-spacing': ['warn', { before: true, after: true }],
Expand Down

0 comments on commit f60e457

Please sign in to comment.