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