Skip to content

Commit

Permalink
test: testcode incorrect parserOption fix
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-bandi committed Jan 14, 2024
1 parent 6b1bcf4 commit 9664fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/newline-after-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ ruleTester.run('newline-after-import', require('rules/newline-after-import'), {
column: 1,
message: REQUIRE_ERROR_MESSAGE_MULTIPLE(2),
}],
parserOptions: { ecmaVersion: 2015, sourceType: 'module' },
parserOptions: { ecmaVersion: 2015 },
options: [{ considerComments: true, count: 2 }],
},
),
Expand Down

0 comments on commit 9664fa1

Please sign in to comment.