platform/server/contact/.eslintrc.js
Ilya Sumbatyants 626ece4045
Attachment orphans cleanup (#842)
Signed-off-by: Ilya Sumbatyants <ilya.sumb@gmail.com>
2022-01-20 10:27:41 +01: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'
}
}