3 Modern ESLint config for a more civilized age.
7 Add the following to the `package.json` dev dependencies.
10 "@proton/eslint-config-proton": "workspace:^",
13 Then, use the following `.eslintrc` config.
17 extends: ['@proton/eslint-config-proton'],
18 parser: '@typescript-eslint/parser',
20 tsconfigRootDir: __dirname,
21 project: './tsconfig.json',
23 ignorePatterns: ['.eslintrc.js'],