mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
76e0eab94c
commit
9d6b6b7c93
2 changed files with 10 additions and 10 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [
|
||||
"module:babel-plugin-macros",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [
|
||||
"module:babel-plugin-macros",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@
|
|||
}
|
||||
|
||||
.date {
|
||||
width: 15%
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.owner {
|
||||
width: 12%
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.mode {
|
||||
width: 15%
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue