Skip to content

Commit

Permalink
fix: sonar lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Dec 12, 2023
1 parent 9ffba10 commit a771bfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/project/FileTreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ define(function (require, exports, module) {
// Constants

// Time range from first click to second click to invoke renaming.
var CLICK_RENAME_MINIMUM = 500,
RIGHT_MOUSE_BUTTON = 2,
const RIGHT_MOUSE_BUTTON = 2,
LEFT_MOUSE_BUTTON = 0;

var INDENTATION_WIDTH = 10;
const INDENTATION_WIDTH = 10;

/**
* @private
Expand Down

0 comments on commit a771bfb

Please sign in to comment.