platform/models/view/.eslintrc.js
Andrey Platov 3b71c8720a
add model-view
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 08:17:42 +02:00

6 lines
167 B
JavaScript

module.exports = {
extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'],
parserOptions: {
project: './tsconfig.json'
}
}