Mark only event impacted by deletion
[ProtonMail-WebClient.git] / applications / vpn-settings / .eslintrc.js
blobf452151eb6e40383af10148924816fd36ef3b5b9
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/forbid-prop-types': 'warn',
10         'react/no-array-index-key': 'warn',
11     },
12     ignorePatterns: ['.eslintrc.js'],