Skip to content

Commit d2984fc

Browse files
authored
refactor: restructure code with better code tree (#4)
* refactor: rename capturer/index.js * refactor: rename ui/Panel.* * refactor: rename MessagesView to RpcView * refactor: restructure almost all files in src/ui * refactor: add a blank line between imports lines * fix: endOfLine "lf" will conflict with CCA release commit
1 parent 6c2008d commit d2984fc

33 files changed

Lines changed: 59 additions & 51 deletions

.prettierrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"singleQuote": true,
44
"trailingComma": "all",
55
"printWidth": 120,
6-
"proseWrap": "never",
7-
"endOfLine": "lf"
6+
"proseWrap": "never"
87
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
"webpack-cli": "^4.9.2",
6969
"webpack-dev-server": "^4.3.1"
7070
}
71-
}
71+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)