UNPKG

node-red-contrib-omron-fins

Version:

OMRON FINS Ethernet protocol functions 'Read' and 'write' for communicating with OMRON PLCs from node-red

16 lines (15 loc) 267 B
module.exports = { env: { browser: true, commonjs: true, es2021: true, node: true, }, extends: 'eslint:recommended', parserOptions: { ecmaVersion: 12, }, rules: { indent: ['error', 4], }, };