2022-04-14 08:30:30 +03:00
|
|
|
module.exports = {
|
2023-10-07 13:38:21 +03:00
|
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'],
|
2022-04-14 08:30:30 +03:00
|
|
|
parserOptions: {
|
|
|
|
tsconfigRootDir: __dirname,
|
|
|
|
project: './tsconfig.json'
|
|
|
|
}
|
|
|
|
}
|