Bump eslint-config-standard from 11.0.0 to 12.0.0

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard/compare/v11.0.0...v12.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-07 02:19:11 +00:00 committed by Georg Ehrke
parent ebcf76f2d8
commit 566647b5c0
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4069,9 +4069,9 @@
}
},
"eslint-config-standard": {
"version": "11.0.0",
"resolved": "http://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",
"resolved": "http://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz",
"integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==",
"dev": true
},
"eslint-friendly-formatter": {

View File

@ -73,7 +73,7 @@
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",