mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
d8f262df9f
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'
|
|
}
|
|
} |