Skip to content

Commit

Permalink
Update src/content/blog/2023-09-26-preparing-custom-rules-eslint-v9.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic authored Sep 21, 2023
1 parent 4acd633 commit 33aa31a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The `context.markVariableAsUsed(name)` method finds a variable with the given na
module.exports = {
create(context) {

const { sourceCode } = context.sourceCode;
const { sourceCode } = context;

return {
Program(node) {
Expand Down

0 comments on commit 33aa31a

Please sign in to comment.