Merge pull request #31 from desktop/fix-quotes

All the single quotes (all the single quotes)
This commit is contained in:
Brendan Forster 2016-05-29 16:51:26 +09:00
commit dd3293f57e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ export default class AppWindow {
titleBarStyle: 'hidden',
// This fixes subpixel aliasing on Windows
// See https://github.com/atom/atom/commit/683bef5b9d133cb194b476938c77cc07fd05b972
backgroundColor: "#fff"
backgroundColor: '#fff'
})
this.stats = stats

View file

@ -34,7 +34,7 @@
],
"quotemark": [
true,
"singe"
"single"
],
"semicolon": [
false,