UNPKG

@itentialopensource/adapter-aws_directconnect

Version:

AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this con

20 lines (19 loc) 289 B
module.exports = { env: { browser: true, es6: true, node: true }, extends: 'airbnb-base', plugins: [ 'json' ], parserOptions: { ecmaVersion: 2020, sourceType: 'module' }, rules: { 'max-len': 'warn', 'comma-dangle': ['error', 'never'] } };