Skip to content

Commit

Permalink
Resolve comments and linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-john committed Dec 28, 2021
1 parent df4c033 commit 6e762f5
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 606 deletions.
4 changes: 2 additions & 2 deletions adam-rms.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
],
"settings": {
"editor.tabSize": 2,
"editor.tabSize": 4,
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.quoteStyle": "double",
"eslint.workingDirectories": [
Expand All @@ -16,7 +16,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"eslint.validate": ["typescript", "typescriptreact"],
"files.eol": "\n"
},
"launch": {
Expand Down
213 changes: 0 additions & 213 deletions app/src/components/assets/Asset.tsx

This file was deleted.

Loading

0 comments on commit 6e762f5

Please sign in to comment.