]> git.r.bdr.sh - rbdr/blog/blobdiff - lib/generators/txt.js
Lint
[rbdr/blog] / lib / generators / txt.js
index dddcbafae55d87a7332ddac8a998425457b02946..c3d777806f85b56520dc77fa7920f9153420ff39 100644 (file)
@@ -1,5 +1,3 @@
-'use strict';
-
 import Dot from 'dot';
 import { readFile, writeFile } from 'fs/promises';
 import { join } from 'path';
@@ -34,4 +32,4 @@ export default async function TXTGenerator(source, target, posts) {
     strip: false
   })({ posts });
   await writeFile(textTarget, text);
-};
+}