platform/ws-tests/sanity/.eslintrc.js
Andrey Sobolev ca73f4e8f1
UBERF-9457: Region move fixes + tests (#7986)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-12 09:15:34 +07:00

8 lines
202 B
JavaScript

module.exports = {
extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'],
parserOptions: {
tsconfigRootDir: __dirname,
project: './tsconfig.json'
}
}