-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ZJU-CC98/dev
release: v1.5.6-beta
- Loading branch information
Showing
137 changed files
with
3,520 additions
and
3,319 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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# Browsers that we support | ||
|
||
ios 10.3 | ||
Android > 67 | ||
|
||
last 2 version | ||
> 1% in CN | ||
|
||
|
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,2 @@ | ||
/config/** | ||
/dist/** |
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,47 @@ | ||
module.exports = { | ||
// https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaFeatures": { | ||
"jsx": true, | ||
}, | ||
"useJSXTextNode": true, | ||
"project": "./tsconfig.json", | ||
}, | ||
|
||
// 以当前目录为根目录,不再向上查找 .eslintrc.js | ||
root: true, | ||
|
||
plugins: [ | ||
// https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin | ||
"@typescript-eslint", | ||
"react-hooks", | ||
], | ||
|
||
extends: [ | ||
"eslint:recommended", | ||
// https://alloyteam.github.io/eslint-config-alloy/ | ||
"eslint-config-alloy", | ||
"plugin:@typescript-eslint/recommended", | ||
// https://github.com/prettier/eslint-config-prettier | ||
"prettier", | ||
"prettier/@typescript-eslint", | ||
], | ||
|
||
rules: { | ||
"@typescript-eslint/camelcase": 0, | ||
"@typescript-eslint/explicit-function-return-type": 0, | ||
"@typescript-eslint/explicit-member-accessibility": 0, | ||
"@typescript-eslint/interface-name-prefix": 0, | ||
"@typescript-eslint/no-explicit-any": 0, | ||
"@typescript-eslint/no-non-null-assertion": 0, | ||
"@typescript-eslint/no-object-literal-type-assertion": 0, | ||
"@typescript-eslint/no-unused-vars": 0, | ||
"@typescript-eslint/no-use-before-define": 0, | ||
|
||
"handle-callback-err": 0, | ||
"max-nested-callbacks": 0, | ||
"no-fallthrough": 0, | ||
"no-undefined": 0, | ||
} | ||
} |
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,11 @@ | ||
const tasks = arr => arr.join(' && ') | ||
|
||
module.exports = { | ||
"hooks": { | ||
"pre-commit": tasks([ | ||
"npm run type-check", | ||
"npm run lint", | ||
"lint-staged", | ||
]), | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
module.exports = { | ||
"trailingComma": "es5", | ||
"semi": false, | ||
"singleQuote": true, | ||
"printWidth": 100 | ||
} |
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 |
---|---|---|
|
@@ -8,16 +8,18 @@ | |
|
||
### 项目技术栈 | ||
|
||
- react@next | ||
- react@16.8 | ||
|
||
- @reach/router | ||
|
||
- @material-ui/core@3 | ||
- @material-ui@4 | ||
|
||
- styled-component@4 | ||
|
||
- webpack@4 | ||
|
||
- typescript | ||
|
||
|
||
|
||
### 知识库 | ||
|
@@ -78,7 +80,7 @@ module.exports = { | |
<img width="150" height="150" src="https://github.com/Deturium.png?s=150"> | ||
<br> | ||
<a href="https://github.com/Deturium">Deturium</a> | ||
<p>前项目背锅人</p> | ||
<p>项目背锅人</p> | ||
<p>小氢气</p> | ||
</td> | ||
<td align="center" valign="top"> | ||
|
@@ -95,22 +97,6 @@ module.exports = { | |
<p>高级 Webpack 配置工程师</p> | ||
<p>董松松松</p> | ||
</td> | ||
<td align="center" valign="top"> | ||
<img width="150" height="150" src="https://github.com/tgsmdww.png?s=150"> | ||
<br> | ||
<a href="https://github.com/tgsmdww">tgsmdww</a> | ||
<p>前端开发</p> | ||
<p>hzt</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top"> | ||
<img width="150" height="150" src="https://github.com/Tsukiko15.png?s=150"> | ||
<br> | ||
<a href="https://github.com/Tsukiko15">Tsukiko15</a> | ||
<p>后端开发</p> | ||
<p>主席</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top"> | ||
|
@@ -127,15 +113,26 @@ module.exports = { | |
<p>前端开发</p> | ||
<p>qc</p> | ||
</td> | ||
<td align="center" valign="top"> | ||
<td align="center" valign="top"> | ||
<img width="150" height="150" src="https://github.com/tgsmdww.png?s=150"> | ||
<br> | ||
<a href="https://github.com/AsukaSong">tgsmdww</a> | ||
<p>前端开发</p> | ||
<p>TG</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top"> | ||
<img width="150" height="150" src="https://github.com/Tsukiko15.png?s=150"> | ||
<br> | ||
<a href="https://github.com/Tsukiko15">Tsukiko15</a> | ||
<p>后端开发</p> | ||
<p>主席</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### 联系方式 | ||
|
||
Email: [email protected] |
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
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
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
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
Oops, something went wrong.