Skip to content

Commit 07ac1c1

Browse files
committed
fix
1 parent bbef9a6 commit 07ac1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
plugins: ['ember-internal', 'import', 'qunit', 'disable-features'],
1515
rules: {
1616
'no-console': 'error',
17-
'import/no-duplicates': ['error', { 'prefer-inline': true }],
17+
'import/no-duplicates': [{ 'prefer-inline': true }],
1818
'import/consistent-type-specifier-style': ['error', 'prefer-inline'],
1919
'no-implicit-coercion': 'error',
2020
'no-new-wrappers': 'error',

0 commit comments

Comments
 (0)