platform/dev/server/.eslintrc.js
Andrey Platov a78f96ba7d
refactor server
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 18:17:01 +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'
}
}