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
Use source loader for email sprite icons
[ProtonMail-WebClient.git]
/
packages
/
redux-shared-store
/
.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
};