balena-io-modules / scrutinizer

Extract a git repository's metadata relying on open source conventions
Apache License 2.0
8 stars 0 forks source link

config: Relax some es-lint rules #71

Closed dimitrisnl closed 5 years ago

dimitrisnl commented 5 years ago

Change-type: patch Signed-off-by: Dimitrios Lytras dimitrios@balena.io

dimitrisnl commented 5 years ago

This is killing me

const http = require('http')
const https = require('https')
const {
  URL
} = require('url')
const Promise = require('bluebird')

Instead, this allows the URL import to be inline.