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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-29 02:15:05 +00:00
committed by GitHub
parent 1a5f3bb7e7
commit ca6536b3a5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6977,9 +6977,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

@@ -62,7 +62,7 @@
"babel-loader": "^8.0.6",
"css-loader": "^3.4.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",