2021-12-01 09:27:29 +00:00
|
|
|
module.exports = {
|
2023-10-07 10:38:21 +00:00
|
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/eslint.config.json'],
|
2023-11-20 10:01:43 +00:00
|
|
|
parserOptions: { tsconfigRootDir: __dirname }
|
2021-12-01 09:27:29 +00:00
|
|
|
}
|