Skip to content

Commit

Permalink
Change strings to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 15, 2021
1 parent e12b955 commit b375253
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .remarkrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import frontmatter from 'remark-frontmatter';
import presetLintRecommended from 'remark-preset-lint-recommended';
import validateLinks from 'remark-validate-links';
import presetPrettier from 'remark-preset-prettier';

export default {
plugins: [
'remark-frontmatter',
'remark-preset-lint-recommended',
'remark-validate-links',
'remark-preset-prettier',
],
plugins: [frontmatter, presetLintRecommended, validateLinks, presetPrettier],
};

0 comments on commit b375253

Please sign in to comment.