This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/frontend/packages/i18n/jest.config.ts
Anthony LC 8043d12315 🚨(i18n) add linter to i18n package
We need to add a linter to the i18n package, we are mainly
interested by the jest linting rules so we create
a jest eslint config pluggable our other configs and to the
i18n eslint config.
2024-02-05 15:34:37 +01:00

8 lines
114 B
TypeScript

export default {
rootDir: './',
testEnvironment: 'node',
transform: {
'^.+\\.(ts)$': 'ts-jest',
},
};