Skip to content

Commit

Permalink
feat: add basically build env
Browse files Browse the repository at this point in the history
  • Loading branch information
oct16 committed Feb 29, 2020
1 parent 985397e commit f778314
Show file tree
Hide file tree
Showing 23 changed files with 4,093 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"bracketSpacing": true,
"parser": "typescript",
"arrowParens": "avoid",
"proseWrap": "never",
"requirePragma": false,
"singleQuote": true,
"trailingComma": "none"
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## @oct16/WebReplay
## @oct16/WebReplay


Loading

0 comments on commit f778314

Please sign in to comment.