2021-11-30 15:39:08 +00:00
|
|
|
module.exports = {
|
|
|
|
extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'],
|
|
|
|
parserOptions: { tsconfigRootDir: __dirname },
|
|
|
|
settings: {
|
|
|
|
'svelte3/ignore-styles': () => true
|
|
|
|
}
|
2021-12-01 09:27:29 +00:00
|
|
|
}
|