-
Notifications
You must be signed in to change notification settings - Fork 43
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 4533b2c
Showing
475 changed files
with
78,317 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,2 @@ | ||
node_modules/* | ||
common/json-schema-mockjs.js |
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,32 @@ | ||
module.exports = { | ||
env: { | ||
"browser": true, | ||
"commonjs": true, | ||
"es6": true, | ||
"node": true | ||
}, | ||
extends: ["eslint:recommended", "plugin:react/recommended"], | ||
parser: "babel-eslint", | ||
parserOptions: { | ||
"ecmaFeatures": { | ||
"jsx": true | ||
}, | ||
"sourceType": "module" | ||
}, | ||
plugins: [ | ||
"react", | ||
"import" | ||
], | ||
rules: { | ||
"indent": ["off", 2], | ||
"react/display-name": ["off"], | ||
"react/jsx-indent": ["error", 2], | ||
"comma-dangle": ["error", "never"], | ||
"no-console": ["off"], | ||
"import/no-unresolved": ["off"], | ||
"react/no-find-dom-node": ["off"], | ||
"no-empty": ["off"] | ||
// "react/no-unescaped-entities": 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,13 @@ | ||
## 版本号 | ||
~ | ||
|
||
## 什么问题 | ||
~ | ||
|
||
## 如何复现此问题 | ||
~ | ||
|
||
## 什么浏览器 | ||
~ | ||
|
||
## 什么系统(Linux, Windows, macOS) |
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,46 @@ | ||
# kdiff3 ignore | ||
*.orig | ||
|
||
# maven ignore | ||
target/ | ||
|
||
# eclipse ignore | ||
.settings/ | ||
.project | ||
.classpath | ||
.history | ||
|
||
# idea ignore | ||
.idea/ | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# temp ignore | ||
*.log | ||
*.cache | ||
*.diff | ||
*.patch | ||
*.tmp | ||
|
||
# system ignore | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# package ignore (optional) | ||
# *.jar | ||
# *.war | ||
# *.zip | ||
# *.tar | ||
# *.tar.gz | ||
|
||
node_modules/ | ||
runtime/ | ||
/prd/ | ||
/dev/ | ||
.tags | ||
.tags1 | ||
tsconfig.json | ||
client/plugin-module.js | ||
.vscode | ||
/iconfont |
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 @@ | ||
/docs | ||
/test | ||
/static/doc | ||
/iconfont | ||
/ydoc.js | ||
/ydocfile.js |
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 @@ | ||
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ |
Oops, something went wrong.