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'],
|
2024-02-12 16:57:11 +00:00
|
|
|
parserOptions: { tsconfigRootDir: __dirname }
|
2022-03-31 08:32:42 +00:00
|
|
|
}
|