Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Feb 20, 2023
1 parent bbef9a6 commit 07ac1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
plugins: ['ember-internal', 'import', 'qunit', 'disable-features'],
rules: {
'no-console': 'error',
'import/no-duplicates': ['error', { 'prefer-inline': true }],
'import/no-duplicates': [{ 'prefer-inline': true }],
'import/consistent-type-specifier-style': ['error', 'prefer-inline'],
'no-implicit-coercion': 'error',
'no-new-wrappers': 'error',
Expand Down

0 comments on commit 07ac1c1

Please sign in to comment.