mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 12:05:36 +00:00
8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
|
module.exports = {
|
||
|
extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'],
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: './tsconfig.json'
|
||
|
}
|
||
|
}
|