Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopujun committed Nov 13, 2023
2 parents 1378ae0 + d775d15 commit 42aaee4
Show file tree
Hide file tree
Showing 131 changed files with 11,112 additions and 14,988 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
39 changes: 19 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.vite
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 1 addition & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ light chaser遵守《贡献者公约行为准则》。

## 社区


<div style="display: flex">
<div style="padding: 20px"><img alt="me" src="https://picdl.sunbangyan.cn/2023/11/05/a7ccc0b5df28f551527b25ff792dead7.jpg"></div>
<div style="padding: 20px"><img alt="group" src="https://picdm.sunbangyan.cn/2023/11/05/211f4c8d8008325318d5873b806dfd32.jpg"></div>
<div style="padding: 20px"><img alt="group" src="https://picdl.sunbangyan.cn/2023/11/13/7951001ae8a8063c53918e6d3e1d69cd.jpg"></div>
</div>
106 changes: 0 additions & 106 deletions config/env.js

This file was deleted.

66 changes: 0 additions & 66 deletions config/getHttpsConfig.js

This file was deleted.

29 changes: 0 additions & 29 deletions config/jest/babelTransform.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

40 changes: 0 additions & 40 deletions config/jest/fileTransform.js

This file was deleted.

Loading

0 comments on commit 42aaee4

Please sign in to comment.