module.exports = {
  extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'],
  parserOptions: {
    project: './tsconfig.json'
  }
}