2022-03-18 09:37:49 +03:00
|
|
|
module.exports = {
|
2022-04-18 13:28:18 +03:00
|
|
|
extends: ['./node_modules/@anticrm/platform-rig/profiles/assets/config/eslint.config.json'],
|
2022-03-18 09:37:49 +03:00
|
|
|
parserOptions: {
|
|
|
|
tsconfigRootDir: __dirname,
|
|
|
|
project: './tsconfig.json'
|
|
|
|
}
|
|
|
|
}
|