Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 12, 2024
1 parent 7785df1 commit fb02538
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/src/flat/configs/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ export async function formatters(
'error',
formater === 'prettier'
? mergePrettierOptions(prettierOptions, {
embeddedLanguageFormatting: 'off',
parser: 'markdown',
})
embeddedLanguageFormatting: 'off',
parser: 'markdown',
})
: {
...dprintOptions,
language: 'markdown',
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/src/flat/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ export default async function vue(options: NuxtESLintConfigOptions): Promise<Lin
},
processor: options.features?.formatters
? mergeProcessors([
pluginVue.processors['.vue'],
processorVueBlocks({
blocks: {
styles: true,
},
}),
])
pluginVue.processors['.vue'],
processorVueBlocks({
blocks: {
styles: true,
},
}),
])
: pluginVue.processors['.vue'],
rules: {
...pluginVue.configs.base.rules,
Expand Down

0 comments on commit fb02538

Please sign in to comment.