Skip to content

Commit afd78b4

Browse files
committed
v3.0.0
1 parent 641c7e2 commit afd78b4

File tree

12 files changed

+22204
-5908
lines changed

12 files changed

+22204
-5908
lines changed

.env-example

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
AVANZA_USERNAME=
2-
AVANZA_TOTP_SECRET=
32
AVANZA_PASSWORD=
4-
AVANZA_ACCOUNT=
5-
AVANZA_USER_AGENT=
6-
AVANZA_STOCK=
7-
AVANZA_STOCK2=
8-
AVANZA_STOCK3=
9-
AVANZA_CERTIFICATE=
10-
AVANZA_FUND=
11-
AVANZA_WATCHLIST=
3+
AVANZA_TOTP_SECRET=

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"extends": "airbnb-base",
2+
"extends": [
3+
"airbnb-base",
4+
"prettier"
5+
],
36
"rules": {
47
"no-underscore-dangle": 0,
58
"semi": 0,

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ old/
6363

6464
# dist folder only deployed on npm
6565
dist/
66+
67+
# IntelliJ
68+
.idea

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": true,
4+
"trailingComma": "es5",
5+
"arrowParens": "avoid",
6+
"semi": false,
7+
}

0 commit comments

Comments
 (0)