2022-01-12 09:52:22 +00:00
|
|
|
module.exports = {
|
2023-10-07 10:38:21 +00:00
|
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'],
|
2022-01-12 09:52:22 +00:00
|
|
|
parserOptions: {
|
|
|
|
tsconfigRootDir: __dirname,
|
|
|
|
project: './tsconfig.json'
|
|
|
|
}
|
|
|
|
}
|