chore(deps): Update dependency eslint to version 6.8.0 🌟 (#6509)

* chore(deps): Update eslint to 6.8.0 🌟

* fix missing dangling commas for linter

* fix missing dangling commas for linter

* more lint fixes

* yarn lock

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
This commit is contained in:
renovate[bot]
2020-02-25 00:09:47 +06:30
committed by GitHub
parent 844a1bd12c
commit eab801ae3f
95 changed files with 440 additions and 387 deletions

View File

@@ -102,7 +102,7 @@ module.exports = {
// the launch cmd to be 'npm run dev'
executable = 'node'
args.unshift(
path.resolve(__dirname, '..', '..', '..', 'scripts', 'start.js')
path.resolve(__dirname, '..', '..', '..', 'scripts', 'start.js'),
)
debug('in dev mode the args became %o', args)