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
DRVDOC-1129: Clicking on editor margins should focus editor
[ProtonMail-WebClient.git]
/
packages
/
account
/
.eslintrc.js
blob
57b753bfb54238fdc312acb1207b0208242d68e1
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
ignorePatterns: ['.eslintrc.js'],
10
};