From 9d6b6b7c93658eadcb4087c083345376dd253d7a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Dec 2020 14:41:27 +0200 Subject: [PATCH] chore(cloudcmd) lint --- .babelrc.json | 14 +++++++------- css/query.css | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.babelrc.json b/.babelrc.json index bd3a28ff..30d1c518 100644 --- a/.babelrc.json +++ b/.babelrc.json @@ -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" + ] } diff --git a/css/query.css b/css/query.css index 790cfa5f..332e7ea5 100644 --- a/css/query.css +++ b/css/query.css @@ -8,15 +8,15 @@ } .date { - width: 15% + width: 15%; } .owner { - width: 12% + width: 12%; } .mode { - width: 15% + width: 15%; } }