build(deps-dev): bump eslint-config-habitrpg from 6.1.0 to 6.2.0

Bumps [eslint-config-habitrpg](https://github.com/HabitRPG/eslint-config) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/HabitRPG/eslint-config/releases)
- [Commits](https://github.com/HabitRPG/eslint-config/compare/v6.1.0...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-28 07:54:26 +00:00 committed by GitHub
parent a3b1e2b524
commit 33d7391202
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

@ -6094,9 +6094,9 @@
}
},
"eslint-config-habitrpg": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-habitrpg/-/eslint-config-habitrpg-6.1.0.tgz",
"integrity": "sha512-kB5xmxsw87Tj9wbSkBgI6H8XILVU70qw0oc4oxvQe34q3JEYgsy7ZNqtNGUd6AJY7AdxWXIvWfsrmJQp2E1l1g==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/eslint-config-habitrpg/-/eslint-config-habitrpg-6.2.0.tgz",
"integrity": "sha512-tmfcNRuTu2vWPxUqbZ68miEEBGKb64u8skF1KaYTzZUODPX4BxLsMZFijTRauBBLLRxtA7+H0l8hXQ3GHqsDog==",
"dev": true,
"requires": {
"eslint": "^6.5.1",

View file

@ -104,7 +104,7 @@
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.1",
"eslint": "^6.5.1",
"eslint-config-habitrpg": "^6.1.0",
"eslint-config-habitrpg": "^6.2.0",
"eslint-plugin-mocha": "^5.0.0",
"expect.js": "^0.3.1",
"istanbul": "^1.1.0-alpha.1",