Skip to content

Commit

Permalink
Disable eslint no-invalid-this for empty method
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 28, 2023
1 parent 94eae95 commit c79b519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/preprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Preprocessor {
return { Type: types.tuple, defs: { value: source } };
}

// eslint-disable-next-line class-methods-use-this
functionField() {
return {};
}
Expand Down

0 comments on commit c79b519

Please sign in to comment.