mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 04:25:13 +00:00
don't lint translations in translation test
This commit is contained in:
parent
cff59ce2aa
commit
2fb688803f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ import { describe, expect, it } from 'vitest';
|
|||
import { I18n } from '../../frontend-shared/js/i18n.js'; // @@で参照できなかったので
|
||||
import { ParameterizedString } from '../../../locales/index.js';
|
||||
|
||||
/* eslint "sharkey/locale":"off" */
|
||||
|
||||
// TODO: このテストはfrontend-sharedに移動する
|
||||
|
||||
describe('i18n', () => {
|
||||
|
|
Loading…
Reference in a new issue