platform/models/workbench/.eslintrc.js
Andrey Platov d42fa602e2
add model-workbench and fix queries
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 14:15:18 +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'
}
}