Skip to content

Commit a771bfb

Browse files
committed
fix: sonar lint issues
1 parent 9ffba10 commit a771bfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/project/FileTreeView.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ define(function (require, exports, module) {
6363
// Constants
6464

6565
// Time range from first click to second click to invoke renaming.
66-
var CLICK_RENAME_MINIMUM = 500,
67-
RIGHT_MOUSE_BUTTON = 2,
66+
const RIGHT_MOUSE_BUTTON = 2,
6867
LEFT_MOUSE_BUTTON = 0;
6968

70-
var INDENTATION_WIDTH = 10;
69+
const INDENTATION_WIDTH = 10;
7170

7271
/**
7372
* @private

0 commit comments

Comments
 (0)