UNPKG

bitwig-nks-preview-generator

Version:

Streaming convert NKSF files to preview audio with using Bitwig Studio.

18 lines (17 loc) 337 B
module.exports = { extends: 'standard', rules: { 'space-before-function-paren': [ 'error', { anonymous: 'never', named: 'never', asyncArrow: 'always' } ], 'one-var': 'off', indent: [2, 2, { VariableDeclarator: 'first' }], 'no-unmodified-loop-condition': 'warn' } }