mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
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
|
||
|
}
|
||
|
}
|