Skip to content

Commit

Permalink
Add code with linting and formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robyngit committed May 21, 2024
1 parent 9825dc8 commit 56b68b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/js/views/TOCView.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,14 @@ define([
$("body").off("activate");
$(window).off("resize");
},

tempMethodWithLintingFormattingErrors: function() {
const a = 1;
a = 2;
b = 99;
console.log("This is a test of the linting errors.");

}
},
);

Expand Down

0 comments on commit 56b68b1

Please sign in to comment.