basic-request
Version:
Basic request to a URL, send to a function(error, body), following redirects
26 lines (25 loc) • 356 B
Plain Text
env:
node: true
mocha: true
es6: true
extends: eslint:recommended
parserOptions:
sourceType: module
ecmaVersion: 8
rules:
no-inner-declarations: 0
no-unused-vars:
- error
- args: after-used
no-console: 0
no-constant-condition: 0
indent:
- error
- tab
max-len:
- off
- tabWidth: 4
linebreak-style:
- error
- unix