2023-01-04 20:58:54 +03:00
|
|
|
module.exports = {
|
2023-01-24 16:42:47 +03:00
|
|
|
extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'],
|
2023-01-04 20:58:54 +03:00
|
|
|
parserOptions: {
|
|
|
|
tsconfigRootDir: __dirname,
|
|
|
|
project: './tsconfig.json'
|
|
|
|
}
|
|
|
|
}
|