2021-11-18 15:48:05 +03: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 12:27:29 +03:00
|
|
|
}
|