platform/packages/rekoni/.eslintrc.js
Andrey Sobolev 5b644aac5c
Recognize attached document properties on Candidate creation (#904)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-02 10:03:29 +01:00

8 lines
219 B
JavaScript

module.exports = {
extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'],
parserOptions: { tsconfigRootDir: __dirname },
settings: {
'svelte3/ignore-styles': () => true
}
}