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