Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit a993e28

Browse files
authored
adding prettier ignore
should make sure that our JSON-lanf doesn't break
1 parent 83ef421 commit a993e28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mods/text.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ idrinth.text = {
6161
true
6262
);
6363
},
64+
// prettier-ignore
6465
/**
6566
* See languages/en.json for an example
6667
* @type {object}
6768
*/
68-
data: JSON.parse("###LANG###"),
69+
data: JSON.parse('###LANG###'),
6970
/**
7071
* returns the translation of a provided key or an error-message if no
7172
* matching translation is found

0 commit comments

Comments
 (0)