-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0a90002
Showing
1,123 changed files
with
47,170 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
max_line_length = 100 | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[.editorconfig] | ||
ij_editorconfig_align_group_field_declarations = false | ||
ij_editorconfig_space_after_colon = false | ||
ij_editorconfig_space_after_comma = true | ||
ij_editorconfig_space_before_colon = false | ||
ij_editorconfig_space_before_comma = false | ||
ij_editorconfig_spaces_around_assignment_operators = true | ||
|
||
[{*.yml,*.yaml}] | ||
ij_yaml_keep_indents_on_empty_lines = false | ||
ij_yaml_keep_line_breaks = true | ||
|
||
[{.babelrc,.eslintrc,.prettierrc,jest.config,*.json}] | ||
ij_json_keep_blank_lines_in_code = 0 | ||
ij_json_keep_indents_on_empty_lines = false | ||
ij_json_keep_line_breaks = true | ||
ij_json_space_after_colon = true | ||
ij_json_space_after_comma = true | ||
ij_json_space_before_colon = true | ||
ij_json_space_before_comma = false | ||
ij_json_spaces_within_braces = false | ||
ij_json_spaces_within_brackets = false | ||
ij_json_wrap_long_lines = false | ||
|
||
[{*.ts,*.tsx}] | ||
ij_typescript_chained_call_dot_on_new_line = true | ||
ij_typescript_spaces_within_imports = true | ||
ij_typescript_force_quote_style = true | ||
ij_typescript_use_double_quotes = false | ||
ij_typescript_ternary_operation_signs_on_next_line = true | ||
ij_typescript_import_sort_members = true | ||
ij_typescript_import_prefer_absolute_path = global | ||
ij_typescript_blank_lines_after_imports = 1 | ||
ij_typescript_enforce_trailing_comma = whenmultiline | ||
ij_typescript_file_name_style = camel_case | ||
ij_typescript_force_semicolon_style = true | ||
ij_typescript_use_semicolon_after_statement = true | ||
ij_typescript_line_comment_add_space = true | ||
ij_typescript_reformat_c_style_comments = false | ||
ij_typescript_method_brace_style = end_of_line | ||
ij_typescript_space_after_colon = true | ||
ij_typescript_space_after_comma = true | ||
ij_typescript_space_after_dots_in_rest_parameter = false | ||
ij_typescript_space_after_generator_mult = true | ||
ij_typescript_space_after_property_colon = true | ||
ij_typescript_space_after_quest = true | ||
ij_typescript_space_after_type_colon = true | ||
ij_typescript_space_after_unary_not = false | ||
ij_typescript_space_before_async_arrow_lparen = true | ||
ij_typescript_space_before_catch_keyword = true | ||
ij_typescript_space_before_catch_left_brace = true | ||
ij_typescript_space_before_catch_parentheses = true | ||
ij_typescript_space_before_class_lbrace = true | ||
ij_typescript_space_before_class_left_brace = true | ||
ij_typescript_space_before_colon = true | ||
ij_typescript_space_before_comma = false | ||
ij_typescript_space_before_do_left_brace = true | ||
ij_typescript_space_before_else_keyword = true | ||
ij_typescript_space_before_else_left_brace = true | ||
ij_typescript_space_before_finally_keyword = true | ||
ij_typescript_space_before_finally_left_brace = true | ||
ij_typescript_space_before_for_left_brace = true | ||
ij_typescript_space_before_for_parentheses = true | ||
ij_typescript_space_before_for_semicolon = false | ||
ij_typescript_space_before_function_left_parenth = true | ||
ij_typescript_space_before_generator_mult = false | ||
ij_typescript_space_before_if_left_brace = true | ||
ij_typescript_space_before_if_parentheses = true | ||
ij_typescript_space_before_method_call_parentheses = false | ||
ij_typescript_space_before_method_left_brace = true | ||
ij_typescript_space_before_method_parentheses = false | ||
ij_typescript_space_before_property_colon = false | ||
ij_typescript_space_before_quest = true | ||
ij_typescript_space_before_switch_left_brace = true | ||
ij_typescript_space_before_switch_parentheses = true | ||
ij_typescript_space_before_try_left_brace = true | ||
ij_typescript_space_before_type_colon = false | ||
ij_typescript_space_before_unary_not = false | ||
ij_typescript_space_before_while_keyword = true | ||
ij_typescript_space_before_while_left_brace = true | ||
ij_typescript_space_before_while_parentheses = true | ||
ij_typescript_spaces_around_additive_operators = true | ||
ij_typescript_spaces_around_arrow_function_operator = true | ||
ij_typescript_spaces_around_assignment_operators = true | ||
ij_typescript_spaces_around_bitwise_operators = true | ||
ij_typescript_spaces_around_equality_operators = true | ||
ij_typescript_spaces_around_logical_operators = true | ||
ij_typescript_spaces_around_multiplicative_operators = true | ||
ij_typescript_spaces_around_relational_operators = true | ||
ij_typescript_spaces_around_shift_operators = true | ||
ij_typescript_spaces_around_unary_operator = false | ||
ij_typescript_spaces_within_array_initializer_brackets = false | ||
ij_typescript_spaces_within_brackets = false | ||
ij_typescript_spaces_within_catch_parentheses = false | ||
ij_typescript_spaces_within_for_parentheses = false | ||
ij_typescript_spaces_within_if_parentheses = false | ||
ij_typescript_spaces_within_interpolation_expressions = false | ||
ij_typescript_spaces_within_method_call_parentheses = false | ||
ij_typescript_spaces_within_method_parentheses = false | ||
ij_typescript_spaces_within_object_literal_braces = false | ||
ij_typescript_spaces_within_object_type_braces = true | ||
ij_typescript_spaces_within_parentheses = false | ||
ij_typescript_spaces_within_switch_parentheses = false | ||
ij_typescript_spaces_within_type_assertion = false | ||
ij_typescript_spaces_within_union_types = true | ||
ij_typescript_spaces_within_while_parentheses = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.yarn/** linguist-vendored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This workflow will do a clean installation of node dependencies, build the source code and run tests across different versions of node | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions | ||
|
||
name: Lint and Test | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [18.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: yarn | ||
- run: yarn compile | ||
- run: yarn | ||
- run: yarn lint | ||
- run: yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
/.yarn/* | ||
!/.yarn/releases | ||
!/.yarn/plugins | ||
!/.yarn/sdks | ||
|
||
# Swap the comments on the following lines if you don't wish to use zero-installs | ||
# Documentation here: https://yarnpkg.com/features/zero-installs | ||
!/.yarn/cache | ||
#/.pnp.* | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env*local | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# Next.js build output | ||
.next | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Compilation output | ||
lib | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and *not* Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
|
||
# TernJS port file | ||
.tern-port | ||
|
||
# IDE and Code editors | ||
.idea | ||
.vscode | ||
.sublime_project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged |
Oops, something went wrong.