don't lint translations in translation test

This commit is contained in:
dakkar 2024-10-20 12:36:00 +01:00
parent cff59ce2aa
commit 2fb688803f

View file

@ -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', () => {