UNPKG

@itentialopensource/adapter-apic

Version:

Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.

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'] } };