Skip to content

Commit ed6301a

Browse files
authored
chore: fix lint violation
1 parent 7d318d0 commit ed6301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/use-ember-get-and-set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ eslintTester.run('use-ember-get-and-set', rule, {
6363
{
6464
code: 'this.test("ok")',
6565
parserOptions: { ecmaVersion: 6, sourceType: 'module' },
66-
options: [{ ignoreNonThisExpressions: true }]
66+
options: [{ ignoreNonThisExpressions: true }],
6767
},
6868

6969
// ignoreThisExpressions

0 commit comments

Comments
 (0)