Skip to content

Commit

Permalink
fixup! Hashbang comment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Jan 17, 2024
1 parent 0b5ff4c commit f73c06b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-ecmascript-compat/lib/delegation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ function createDelegatee(config, rootContext) {
const { definition, options } = config;

if (!definition) {
// May need to update the es-x dependency, or check that the lookup name is not prefixed with es-x/
// May need to update the es-x dependency, or check that the lookup name is not
// prefixed with es-x/
throw new Error('Rule instance not given');
}

Expand Down

0 comments on commit f73c06b

Please sign in to comment.