Merge pull request #460 from h3poteto/eslint-config-standard

Update eslint-config-standard
This commit is contained in:
AkiraFukushima 2018-07-28 22:02:08 +09:00 committed by GitHub
commit a380cbfbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5754,9 +5754,9 @@
}
},
"eslint-config-standard": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz",
"integrity": "sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==",
"version": "12.0.0-alpha.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0-alpha.0.tgz",
"integrity": "sha512-KzXH+zyKqOfqTH01wB0jz9QNwbXKhHuCF6KsMxK411PU8I+8N8F4HvpkYPccTYuNCJyuISoBslz/19/0x10y6g==",
"dev": true
},
"eslint-friendly-formatter": {

View File

@ -150,7 +150,7 @@
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^12.0.2",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-html": "^4.0.5",