Skip to content

Commit

Permalink
chore: add preffer readonly lint rule to test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
distante committed Feb 24, 2022
1 parent 4ce39df commit cc2f2c4
Show file tree
Hide file tree
Showing 4 changed files with 57,028 additions and 12,264 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
{
"files": ["*.ts"],
"rules": {
"@typescript-eslint/prefer-readonly": "error",
"@angular-eslint/component-selector": [
"error",
{
Expand Down
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b55eac",
"activityBar.activeBorder": "#bbc37c",
"activityBar.background": "#b55eac",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bbc37c",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#b55eac",
"statusBar.background": "#994791",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#b55eac",
"statusBarItem.remoteBackground": "#994791",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#994791",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#99479199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#994791"
}

0 comments on commit cc2f2c4

Please sign in to comment.