diff --git a/src/index.js b/src/index.js index 124c00d..060b7b7 100644 --- a/src/index.js +++ b/src/index.js @@ -60,7 +60,7 @@ resolveConfig.resolve = (stylelintConfig, prettierOptions = {}) => { prettierOptions.tabWidth = indentation; } } - prettierOptions.parser = 'postcss'; + debug('prettier %O', prettierOptions); debug('linter %O', stylelintConfig);