UNPKG

node-red-contrib-logger

Version:

Node-RED implements logger and debug/logging for control for any insert.

20 lines (19 loc) 259 B
module.exports = { env: { browser: true, commonjs: true, es6: true }, extends: [ 'standard' ], globals: { Atomics: 'readonly', SharedArrayBuffer: 'readonly' }, parserOptions: { ecmaVersion: 2018 }, rules: { } }