repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
wallet
/
.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
};