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
feat(INDA-383): daily stats.
[ProtonMail-WebClient.git]
/
applications
/
storybook
/
.eslintrc.js
blob
458449e187dd55e3a182486695b2e37a85ecfc9d
1
module.exports = {
2
extends: ['@proton/eslint-config-proton', 'plugin:storybook/recommended'],
3
parser: '@typescript-eslint/parser',
4
env: {
5
jasmine: true,
6
},
7
parserOptions: {
8
tsconfigRootDir: __dirname,
9
project: './tsconfig.json',
10
},
11
rules: {},
12
ignorePatterns: ['.eslintrc.js'],
13
};