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