Format all files with prettier: npm run format

This commit is contained in:
prototypa
2024-04-29 17:51:55 -04:00
parent 2b8672612e
commit a606b34a19
47 changed files with 298 additions and 340 deletions

View File

@@ -1,6 +1,6 @@
import getReadingTime from 'reading-time';
import { toString } from 'mdast-util-to-string';
import lazyLoadPlugin from 'rehype-plugin-image-native-lazy-loading'
import lazyLoadPlugin from 'rehype-plugin-image-native-lazy-loading';
export function readingTimeRemarkPlugin() {
return function (tree, file) {
@@ -36,4 +36,4 @@ export function responsiveTablesRehypePlugin() {
};
}
export const lazyImagesRehypePlugin = lazyLoadPlugin
export const lazyImagesRehypePlugin = lazyLoadPlugin;