mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-24 14:53:49 +03:00
09d3cd4238
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
8 lines
219 B
JavaScript
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
|
|
}
|
|
}
|