-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add prettier * feat: add prettier to CI * chore: keep scripts same style * feat: add prettier as deps * feat: use @ice/spec * style: fix by prettier
- Loading branch information
Showing
272 changed files
with
2,602 additions
and
2,813 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
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,8 @@ | ||
const { prettier, deepmerge } = require('@ice/spec'); | ||
|
||
module.exports = deepmerge(prettier, { | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"jsxSingleQuote": true, | ||
"printWidth": 120, | ||
tabWidth: 2, | ||
useTabs: false, | ||
jsxSingleQuote: true, | ||
printWidth: 120, | ||
}); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -420,4 +420,4 @@ | |
"url": "https://github.com/ice-lab/iceworks/issues", | ||
"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
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
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,20 +1,20 @@ | ||
{ | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.label": "Iceworks Create Application", | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.detail": "Create a Universal Application(React/Rax/Vue, etc) quickly.", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.label": "Iceworks Generate Page", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.detail": "Build Page UI by low-code way.", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.label": "Iceworks Create Component", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.detail": "Build Component UI by low-code way.", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.label": "Iceworks Import Component", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.detail": "Add Component to the Application in a visual way.", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.placeHolder": "for example: lodash react@latest.", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.prompt": "Please enter the name of the dependency to be addded to <%= depType %>. Multiple dependencies should be spilted by Spaces.", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.label": "Daily", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.detail": "Release to daily environment.", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.label": "Production", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.detail": "Release to production environment.", | ||
"extension.iceworksApp.showDepsQuickPick.quickPickItem.detail": "Install <%= label %>", | ||
"extension.iceworksApp.openEntryFile.ErrorMessage": "Cannot find entry", | ||
"extension.iceworksApp.extension.title": "Iceworks Settings", | ||
"extension.iceworksApp.extebsion.emptyWorkplace": "Current workspace is empty, please open or create an application." | ||
} | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.label": "Iceworks Create Application", | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.detail": "Create a Universal Application(React/Rax/Vue, etc) quickly.", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.label": "Iceworks Generate Page", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.detail": "Build Page UI by low-code way.", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.label": "Iceworks Create Component", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.detail": "Build Component UI by low-code way.", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.label": "Iceworks Import Component", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.detail": "Add Component to the Application in a visual way.", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.placeHolder": "for example: lodash react@latest.", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.prompt": "Please enter the name of the dependency to be addded to <%= depType %>. Multiple dependencies should be spilted by Spaces.", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.label": "Daily", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.detail": "Release to daily environment.", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.label": "Production", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.detail": "Release to production environment.", | ||
"extension.iceworksApp.showDepsQuickPick.quickPickItem.detail": "Install <%= label %>", | ||
"extension.iceworksApp.openEntryFile.ErrorMessage": "Cannot find entry", | ||
"extension.iceworksApp.extension.title": "Iceworks Settings", | ||
"extension.iceworksApp.extebsion.emptyWorkplace": "Current workspace is empty, please open or create an application." | ||
} |
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,20 +1,20 @@ | ||
{ | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.label": "Iceworks 创建应用", | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.detail": "快速创建多端应用(例如:React/Rax/Vue...)", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.label": "Iceworks 生成页面", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.detail": "使用低代码的方式生成网页视图", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.label": "Iceworks 生成组件", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.detail": "使用低代码的方式生成前端组件", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.label": "Iceworks 使用物料", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.detail": "使用可视化的方式添加物料到应用中", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.placeHolder": "例如: lodash react@latest", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.prompt": "请输入需要添加到 <%= depType %> 的依赖名称, 支持通过空格添加多个依赖", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.label": "日常环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.detail": "发布到日常环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.label": "生产环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.detail": "发布到生产环境", | ||
"extension.iceworksApp.showDepsQuickPick.quickPickItem.detail": "安装 <%= label %>", | ||
"extension.iceworksApp.openEntryFile.ErrorMessage": "没有找到入口", | ||
"extension.iceworksApp.extension.title": "设置 - Iceworks", | ||
"extension.iceworksApp.extebsion.emptyWorkplace": "当前工作区为空,请打开应用或新建应用。" | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.label": "Iceworks 创建应用", | ||
"extension.iceworksApp.showExtensionsQuickPick.projectCreater.detail": "快速创建多端应用(例如:React/Rax/Vue...)", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.label": "Iceworks 生成页面", | ||
"extension.iceworksApp.showExtensionsQuickPick.pageBuilder.detail": "使用低代码的方式生成网页视图", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.label": "Iceworks 生成组件", | ||
"extension.iceworksApp.showExtensionsQuickPick.generateComponent.detail": "使用低代码的方式生成前端组件", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.label": "Iceworks 使用物料", | ||
"extension.iceworksApp.showExtensionsQuickPick.materialImport.detail": "使用可视化的方式添加物料到应用中", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.placeHolder": "例如: lodash react@latest", | ||
"extension.iceworksApp.showDepsInputBox.materialImport.prompt": "请输入需要添加到 <%= depType %> 的依赖名称, 支持通过空格添加多个依赖", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.label": "日常环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.daily.detail": "发布到日常环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.label": "生产环境", | ||
"extension.iceworksApp.showDefPublishEnvQuickPick.DEFEnvOptions.prod.detail": "发布到生产环境", | ||
"extension.iceworksApp.showDepsQuickPick.quickPickItem.detail": "安装 <%= label %>", | ||
"extension.iceworksApp.openEntryFile.ErrorMessage": "没有找到入口", | ||
"extension.iceworksApp.extension.title": "设置 - Iceworks", | ||
"extension.iceworksApp.extebsion.emptyWorkplace": "当前工作区为空,请打开应用或新建应用。" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import * as common from '@iceworks/common-service'; | ||
import * as material from '@iceworks/material-service'; | ||
|
||
export default { common, material }; | ||
export default { common, material }; |
Oops, something went wrong.