mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
2a98f3c176
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Co-authored-by: Alexander Platov <sas_lord@mail.ru>
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
|
|
}
|
|
}
|