Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 8, 2023
1 parent 2a6fb71 commit f181008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/postversion.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { readFile, writeFile } from 'fs/promises';
import { XMLParser, XMLBuilder } from 'fast-xml-parser';
// eslint-disable-next-line import/no-unresolved
import { DateTime } from 'luxon';

const xmlUrl = new URL('../no.mifi.losslesscut.appdata.xml', import.meta.url);
Expand Down

0 comments on commit f181008

Please sign in to comment.