mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
git-subtree-dir: foundations/server git-subtree-mainline:fd0b7130ebgit-subtree-split:afe85b988c
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
module.exports = {
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: './tsconfig.json'
|
|
}
|
|
}
|