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