Skip to content

Commit

Permalink
style: change prettierrc rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 28, 2021
1 parent ec1775c commit b849d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"printWidth": 200,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"trailingComma": "all",
"arrowParens": "always"
}
4 changes: 2 additions & 2 deletions src/component/form-designer/src/componentsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ export const basicComponents = [
},
{
value: '下拉框2',
}, {
},
{
value: '下拉框3',
},
],
Expand Down Expand Up @@ -480,7 +481,6 @@ export const layoutComponents = [
},
];


export const chartComponents = [
{
type: 'chart-pie',
Expand Down

0 comments on commit b849d8b

Please sign in to comment.