platform/server-plugins/collaboration-resources/.eslintrc.js
Alexander Onnikov 83e7723f16
UBERF-5233 YDoc versioning (#4645)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2024-02-22 18:39:50 +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'
}
}