Add linter parser for import assert json

This commit is contained in:
Natsumi
2022-12-26 10:53:51 +13:00
parent db0fc10dda
commit 6ad9ad04fe
4 changed files with 3515 additions and 96 deletions

View File

@@ -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};