Skip to content

Commit

Permalink
Merge pull request #1 from arneson/patch-1
Browse files Browse the repository at this point in the history
Remove "parser" override (Fixes hugomrdias#3)
  • Loading branch information
arneson authored May 9, 2018
2 parents 2e37e73 + 0cfcb62 commit ae3583d
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 ae3583d

Please sign in to comment.