mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
module.exports = {
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: './tsconfig.json'
|
|
}
|
|
}
|