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