UNPKG

@itentialopensource/adapter-winston_syslog

Version:

This adapter integrates with winston_syslog and sends logs to any syslog server.

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