Skip to content

Commit

Permalink
Merge pull request #714 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v3.8.2
  • Loading branch information
themightychris authored Oct 11, 2022
2 parents cfa2f4b + aef1321 commit 4e0893d
Show file tree
Hide file tree
Showing 36 changed files with 17,472 additions and 521 deletions.
1 change: 1 addition & 0 deletions static-webapps/slate-portfolio-manager/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_API_BASE=http://localhost:2190/
7 changes: 7 additions & 0 deletions static-webapps/slate-portfolio-manager/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ module.exports = {
'vue',
],
rules: {
'no-unused-vars': [
'error',
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
},
],
},
};
Loading

0 comments on commit 4e0893d

Please sign in to comment.