2021-08-18 22:46:59 +03:00
|
|
|
module.exports = {
|
|
|
|
extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'],
|
|
|
|
parserOptions: {
|
2021-11-17 16:38:16 +03:00
|
|
|
tsconfigRootDir: __dirname,
|
2021-08-18 22:46:59 +03:00
|
|
|
project: './tsconfig.json'
|
|
|
|
}
|
|
|
|
}
|