Compare commits
No commits in common. 'master' and 'gh-pages' have entirely different histories.
526 changed files with 567 additions and 50340 deletions
@ -1,3 +0,0 @@ |
|||||||
REACT_APP_VERSION=$npm_package_version |
|
||||||
EXTEND_ESLINT=true |
|
||||||
GENERATE_SOURCEMAP=false |
|
@ -1,55 +0,0 @@ |
|||||||
{ |
|
||||||
"env": { |
|
||||||
"browser": true, |
|
||||||
"es6": true, |
|
||||||
"node": true |
|
||||||
}, |
|
||||||
"extends": [ |
|
||||||
"plugin:react/recommended", |
|
||||||
"plugin:prettier/recommended", |
|
||||||
"react-app", |
|
||||||
"react-app/jest" |
|
||||||
], |
|
||||||
"globals": { |
|
||||||
"Atomics": "readonly", |
|
||||||
"SharedArrayBuffer": "readonly", |
|
||||||
"React": true |
|
||||||
}, |
|
||||||
"parserOptions": { |
|
||||||
"ecmaFeatures": { |
|
||||||
"jsx": true |
|
||||||
}, |
|
||||||
"ecmaVersion": 2018, |
|
||||||
"sourceType": "module" |
|
||||||
}, |
|
||||||
"plugins": [ |
|
||||||
"prettier", |
|
||||||
"react" |
|
||||||
], |
|
||||||
"settings": { |
|
||||||
"react": { |
|
||||||
"version": "detect" |
|
||||||
} |
|
||||||
}, |
|
||||||
"ignorePatterns": [ |
|
||||||
"src/infrastructure/" |
|
||||||
], |
|
||||||
"rules": { |
|
||||||
"prettier/prettier": "warn", |
|
||||||
"react/jsx-indent": [ |
|
||||||
"error", |
|
||||||
2, |
|
||||||
{ |
|
||||||
"indentLogicalExpressions": true |
|
||||||
} |
|
||||||
], |
|
||||||
"react/prop-types": "off", |
|
||||||
"react/jsx-no-target-blank": "off", |
|
||||||
"no-unused-vars": [ |
|
||||||
"warn", |
|
||||||
{ |
|
||||||
"args": "none" |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
@ -1,34 +0,0 @@ |
|||||||
name: Auto Deploy |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: |
|
||||||
- 'master' |
|
||||||
|
|
||||||
jobs: |
|
||||||
gh_pages: |
|
||||||
runs-on: ubuntu-latest |
|
||||||
permissions: write-all |
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- uses: actions/setup-node@v3 |
|
||||||
with: |
|
||||||
cache: 'yarn' |
|
||||||
- name: "Install Dependencies" |
|
||||||
run: yarn |
|
||||||
- name: "Get current date" |
|
||||||
run: echo "date=$(date --rfc-3339=date)" >> "$GITHUB_ENV" |
|
||||||
- name: "Build" |
|
||||||
run: yarn build |
|
||||||
env: |
|
||||||
REACT_APP_ROOM_ID: 1 |
|
||||||
REACT_APP_BACKEND: "https://api.tholeapis.top/" |
|
||||||
REACT_APP_BUILD_INFO: "v-${{ env.date }}" |
|
||||||
- name: "Deploy with gh-pages" |
|
||||||
run: | |
|
||||||
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git |
|
||||||
yarn deploy -u "github-actions-bot <[email protected]>" -m "$COMMIT_MESSAGE" |
|
||||||
env: |
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }} |
|
||||||
COMMIT_MESSAGE: "Build for [${{ github.event.head_commit.message }}]" |
|
@ -1,13 +0,0 @@ |
|||||||
/.idea/ |
|
||||||
node_modules/ |
|
||||||
/build/ |
|
||||||
build.* |
|
||||||
*.log |
|
||||||
|
|
||||||
.pnp.* |
|
||||||
.yarn/* |
|
||||||
!.yarn/patches |
|
||||||
!.yarn/plugins |
|
||||||
!.yarn/releases |
|
||||||
!.yarn/sdks |
|
||||||
!.yarn/versions |
|
File diff suppressed because one or more lines are too long
@ -1,7 +0,0 @@ |
|||||||
module.exports = { |
|
||||||
trailingComma: 'all', |
|
||||||
tabWidth: 2, |
|
||||||
semi: true, |
|
||||||
singleQuote: true, |
|
||||||
endOfLine: 'auto' |
|
||||||
}; |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue