mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 12:42:42 +03:00
d42fa602e2
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
module.exports = {
|
|
extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'],
|
|
parserOptions: {
|
|
project: './tsconfig.json'
|
|
}
|
|
} |