Skip to content

Commit

Permalink
Add Tower Extension (#33)
Browse files Browse the repository at this point in the history
* Added Tower extension

* Cleanup

* Feedback

Co-authored-by: Thomas van der Westen <[email protected]>
  • Loading branch information
tdwesten and tdwesten authored Oct 18, 2021
1 parent 5e58ee9 commit aa16a55
Show file tree
Hide file tree
Showing 9 changed files with 3,932 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/tower/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:react/recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
4 changes: 4 additions & 0 deletions extensions/tower/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/tower/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aa16a55

Please sign in to comment.