Skip to content

Commit cf004b9

Browse files
committedJan 8, 2021
发布v1版本
1 parent ded15f7 commit cf004b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+29063
-36
lines changed
 

‎build/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rm -rf generator/template/src
2+
3+
cp -r example/src generator/template/src

‎example/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
ecmaVersion: 2020,
1313
},
1414
rules: {
15-
'linebreak-style': ["error", "windows"], /**windows开发 */
15+
'linebreak-style': 'off', /**windows开发 */
1616
'max-len':'off',
1717
'no-param-reassign':'off',
1818
"max-classes-per-file": 'off', /**允许一个文件存在多个类 */

0 commit comments

Comments
 (0)
Please sign in to comment.