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
Merge branch 'renovate/playwright' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
encrypted-search
/
.eslintrc.js
blob
0b22db1b19ab5637c1af68241be11c4d0117046c
1
module.exports = {
2
extends: ['@proton/eslint-config-proton'],
3
parser: '@typescript-eslint/parser',
4
plugins: ['jasmine'],
5
parserOptions: {
6
tsconfigRootDir: __dirname,
7
project: './tsconfig.json',
8
},
9
ignorePatterns: ['.eslintrc.js'],
10
rules: {
11
'jasmine/no-focused-tests': 'error',
12
},
13
};