plugins/formats/write/base_writer.js
Function constructor
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor(name, writeFn) {
super();
if (typeof writeFn != 'function') {
throw new Error(Context.y18n.__('Param %s must be a function', 'writeFn'));