Update selected item color in Pass menu
[ProtonMail-WebClient.git] / packages / activation / .eslintrc.js
blobf5e820f55ec0e941dff88c69da1d3338e5940f1e
1 module.exports = {
2 extends: ['@proton/eslint-config-proton'],
3 parser: '@typescript-eslint/parser',
4 parserOptions: {
5 tsconfigRootDir: __dirname,
6 project: './tsconfig.json',
7 },
8 rules: {
9 'react/button-has-type': ['warn'],
10 'react/forbid-prop-types': ['warn'],
11 'react/no-array-index-key': ['warn'],
13 ignorePatterns: ['.eslintrc.js'],