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
chore(docs): adjust settings copy
[ProtonMail-WebClient.git]
/
applications
/
verify
/
.eslintrc.js
blob
bf9928214f7c42c5778d3108b2be7ea018b58433
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
'no-console': [
10
'error',
11
{
12
allow: ['warn', 'error'],
13
},
14
],
15
},
16
ignorePatterns: ['.eslintrc.js'],
17
};