const DecoratorPosition = require('../index'); module.exports = [ { plugins: { 'decorator-position': DecoratorPosition, }, }, ];