Use source loader for email sprite icons
[ProtonMail-WebClient.git] / packages / redux-shared-store / .eslintrc.js
blob07de9553b202e44f8a6616a1f5db4e51ebcf497c
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 ignorePatterns: ['.eslintrc.js'],
9 };