module.exports = { extends: ['airbnb-typescript'], parserOptions: { project: './tsconfig.json', ecmaFeatures: { jsx: true, }, }, env: { browser: true, }, };