platform/plugins/task/.eslintrc.js
Andrey Platov 5e6544c943
add view and task
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 08:34:28 +02:00

6 lines
170 B
JavaScript

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