mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-23 20:17:54 +00:00
* perf: init report * perf: stage1 * perf: base report * perf: change report chatrt * pref: move dashboard to report * perf: Update Dockerfile with new base image tag * perf: change secret to report * perf: clean utils * perf: change report * perf: basic finished * perf: change card * perf: rename * perf: revert name * perf: revert name * perf: Update Dockerfile with new base image tag * perf: Use user report api * perf: some open draw error * perf: remote first * perf: change password * perf: Update Dockerfile with new base image tag * perf: translate * perf: Asset report * perf: account report * perf: Translate * perf: Account automation * perf: element-ui * perf: Update Dockerfile with new base image tag --------- Co-authored-by: ibuler <ibuler@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: w940853815 <940853815@qq.com> Co-authored-by: feng <1304903146@qq.com> Co-authored-by: feng626 <57284900+feng626@users.noreply.github.com>
12 lines
202 B
JavaScript
12 lines
202 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
trailingComma: 'none',
|
|
printWidth: 100,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
bracketSpacing: true,
|
|
arrowParens: 'avoid',
|
|
endOfLine: 'auto'
|
|
}
|