Update to eslint 6.8.0 [appveyor githubissuedetail packagist] (#4489)

* update to eslint 6.8.0 and related packages

* Fixes for no-prototype-builtins

* Updates for explicit-function-return-type

* Add ignores for no-explicit-any

* update to eslint 6.8.0 and related packages

* Fixes for no-prototype-builtins

* Updates for explicit-function-return-type

* Add ignores for no-explicit-any

* package: activate eslint-config-standard

* apply updated eslint configuration

* lint: apply eslint feedback after rebase

* Update lockfile

* Update lockfile

* Restore missing deps

* Update lockfile

* Re-add eslint-plugin-node

* Add eslint-plugin-standard and eslint-plugin-react-hooks

* Clean lint

Co-authored-by: Paul Melnikow <github@paulmelnikow.com>
This commit is contained in:
François Hodierne
2020-02-29 18:06:36 +01:00
committed by GitHub
parent fe70e75f3e
commit 0d8a2d5ca0
57 changed files with 685 additions and 511 deletions

View File

@@ -55,7 +55,7 @@ module.exports = class JetbrainsVersion extends JetbrainsBase {
async handle({ pluginId }) {
const pluginData = await this.fetchPackageData({ pluginId, schema })
const version =
pluginData['plugin-repository'].category['idea-plugin'][0]['version']
pluginData['plugin-repository'].category['idea-plugin'][0].version
return this.constructor.render({ version })
}
}