repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
i18n: Upgrade translations from crowdin (253f51dd). (docs)
[ProtonMail-WebClient.git]
/
packages
/
testing
/
.eslintrc.js
blob
07de9553b202e44f8a6616a1f5db4e51ebcf497c
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
};