platform/server-plugins/calendar/.eslintrc.js
Denis Bykhov 7d452e2eb6
Remove attached docs without collections (#1209)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-03-28 15:05:22 +07:00

8 lines
203 B
JavaScript

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