module.exports = { root: true, extends: [ '@vchikalkin/eslint-config-awesome/typescript/config', '@vchikalkin/eslint-config-awesome/typescript/rules', ], parserOptions: { project: './tsconfig.json', tsconfigRootDir: __dirname, }, };