chore(docs): adjust settings copy
[ProtonMail-WebClient.git] / applications / verify / .eslintrc.js
blobbf9928214f7c42c5778d3108b2be7ea018b58433
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         'no-console': [
10             'error',
11             {
12                 allow: ['warn', 'error'],
13             },
14         ],
15     },
16     ignorePatterns: ['.eslintrc.js'],