mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Add linter parser for import assert json
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import en from './strings/en.json' assert { type: 'JSON' };
|
||||
import en from './strings/en.json' assert {type: 'JSON'};
|
||||
// import ja from './strings/ja.json' assert { type: 'JSON' };
|
||||
import zh_TW from './strings/zh_TW.json' assert { type: 'JSON' };
|
||||
import zh_TW from './strings/zh_TW.json' assert {type: 'JSON'};
|
||||
|
||||
export { en, zh_TW };
|
||||
export {en, zh_TW};
|
||||
|
||||
Reference in New Issue
Block a user