mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
5b6ef778f3
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
225 B
JavaScript
8 lines
225 B
JavaScript
module.exports = {
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'],
|
|
parserOptions: { tsconfigRootDir: __dirname },
|
|
settings: {
|
|
'svelte3/ignore-styles': () => true
|
|
}
|
|
}
|