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