don't lint translations in translation test
This commit is contained in:
parent
cff59ce2aa
commit
2fb688803f
|
@ -7,6 +7,8 @@ import { describe, expect, it } from 'vitest';
|
||||||
import { I18n } from '../../frontend-shared/js/i18n.js'; // @@で参照できなかったので
|
import { I18n } from '../../frontend-shared/js/i18n.js'; // @@で参照できなかったので
|
||||||
import { ParameterizedString } from '../../../locales/index.js';
|
import { ParameterizedString } from '../../../locales/index.js';
|
||||||
|
|
||||||
|
/* eslint "sharkey/locale":"off" */
|
||||||
|
|
||||||
// TODO: このテストはfrontend-sharedに移動する
|
// TODO: このテストはfrontend-sharedに移動する
|
||||||
|
|
||||||
describe('i18n', () => {
|
describe('i18n', () => {
|
||||||
|
|
Loading…
Reference in New Issue