import noPlaceholderComments from './no-placeholder-comments.js'; export default { rules: { 'no-placeholder-comments': noPlaceholderComments, }, };