mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 04:17:50 +00:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
|
module.exports = {
|
||
|
extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'],
|
||
|
parserOptions: {
|
||
|
project: './tsconfig.json'
|
||
|
}
|
||
|
}
|