mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
a78f96ba7d
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
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'
|
|
}
|
|
} |