platform/dev/storage/.eslintrc.js
Andrey Platov 6a34c5a8a0
initial dev-storage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 11:10:22 +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'
}
}