We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b31ad4 commit 408cacbCopy full SHA for 408cacb
scripts/release-post/index.mjs
@@ -28,7 +28,7 @@ import handlebars from 'handlebars';
28
import { format } from 'prettier';
29
30
import { downloadsTable } from './downloadsTable.mjs';
31
-import prettierConfig from '../../.prettierrc.json' assert { type: 'json' };
+import prettierConfig from '../../.prettierrc.json' with { type: 'json' };
32
import { getRelativePath } from '../../next.helpers.mjs';
33
34
const URLS = {
0 commit comments