Skip to content

Commit ff8c442

Browse files
author
Emmanouil Konstantinidis
committed
Linting indentation
1 parent 6641882 commit ff8c442

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"parser": "babel-eslint",
88
"rules": {
99
"max-len": [1, 100, 2],
10+
"indent": [2, 2],
1011
"semi": 2,
1112
"strict": 0,
1213
"quotes": [1, "single", "avoid-escape"]

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var iconIdle = path.join(__dirname, 'images', 'tray-idleTemplate.png');
1313
var iconActive = path.join(__dirname, 'images', 'tray-active.png');
1414

1515
var autoStart = new AutoLaunch({
16-
name: 'Gitify',
17-
path: process.execPath.match(/.*?\.app/)[0]
16+
name: 'Gitify',
17+
path: process.execPath.match(/.*?\.app/)[0]
1818
});
1919

2020
app.on('ready', function(){

0 commit comments

Comments
 (0)