Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Remove "parser" override (Fixes #3)
Browse files Browse the repository at this point in the history
Prettier can determine the parser perfectly fine, and it can also be defined in the prettier config file.
  • Loading branch information
JonathanWolfe authored Jan 11, 2018
1 parent 2e37e73 commit 0cfcb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resolveConfig.resolve = (stylelintConfig, prettierOptions = {}) => {
prettierOptions.tabWidth = indentation;
}
}
prettierOptions.parser = 'postcss';

debug('prettier %O', prettierOptions);
debug('linter %O', stylelintConfig);

Expand Down

0 comments on commit 0cfcb62

Please sign in to comment.