2021-11-18 12:48:05 +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
|
|
|
}
|