2022-03-31 08:32:42 +00:00
|
|
|
module.exports = {
|
2023-10-07 10:38:21 +00:00
|
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/eslint.config.json'],
|
2023-12-14 16:26:02 +00:00
|
|
|
parserOptions: { tsconfigRootDir: __dirname },
|
2022-03-31 08:32:42 +00:00
|
|
|
}
|