Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhqvst committed Feb 17, 2021
1 parent 641c7e2 commit afd78b4
Show file tree
Hide file tree
Showing 12 changed files with 22,204 additions and 5,908 deletions.
10 changes: 1 addition & 9 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
AVANZA_USERNAME=
AVANZA_TOTP_SECRET=
AVANZA_PASSWORD=
AVANZA_ACCOUNT=
AVANZA_USER_AGENT=
AVANZA_STOCK=
AVANZA_STOCK2=
AVANZA_STOCK3=
AVANZA_CERTIFICATE=
AVANZA_FUND=
AVANZA_WATCHLIST=
AVANZA_TOTP_SECRET=
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "airbnb-base",
"extends": [
"airbnb-base",
"prettier"
],
"rules": {
"no-underscore-dangle": 0,
"semi": 0,
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ old/

# dist folder only deployed on npm
dist/

# IntelliJ
.idea
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"semi": false,
}
Loading

0 comments on commit afd78b4

Please sign in to comment.