'use strict'; // Export config object directly (as below) // -OR- // via require('some-npm-module-that-exports-config') module.exports = { MD012: false, MD043: { headings: ['# First', '## Second', '### Third'] } };