platform/server/mongo/.eslintrc.js
Andrey Platov 5ce8370a63
initial MongoStorage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-18 21:46:59 +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'
}
}