2 extends: ['@proton/eslint-config-proton'],
3 parser: '@typescript-eslint/parser',
5 tsconfigRootDir: __dirname,
6 project: './tsconfig.json',
9 'react/forbid-prop-types': 'warn',
10 'react/no-array-index-key': 'warn',
12 ignorePatterns: ['.eslintrc.js'],