Skip to content

Commit

Permalink
Merge pull request #11 from appveen/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jerrymannel authored Aug 5, 2022
2 parents 43115b7 + d64cb1e commit c1f1909
Show file tree
Hide file tree
Showing 19 changed files with 936 additions and 552 deletions.
37 changes: 37 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]
}
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ credentials
goAws
av.pem
servers.json
bin/
bin/
run.sh
credentials.json
builds
223 changes: 0 additions & 223 deletions aws_ec2.go

This file was deleted.

16 changes: 0 additions & 16 deletions build.sh

This file was deleted.

64 changes: 0 additions & 64 deletions data_regions.go

This file was deleted.

Loading

0 comments on commit c1f1909

Please sign in to comment.