platform/packages/collaborator-client/.eslintrc.js
Alexander Onnikov 96bd320f59
UBERF-4905 Collaborator Client (#4385)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2024-01-19 15:02:41 +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'
}
}