Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-10-13 19:28:20 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-10-13 19:28:20 +0300
commit41077d501ef36b7c95ccc0483e364ebab82f2230 (patch)
tree0cdeb0c5f86572d34b7d3601d7f28e4dd4bdac1f /.eslintrc
parent0654ae1764ab78c08d2148adbf85743bc73baa80 (diff)
released new postgresql
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 132f5bd..092ac50 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -88,7 +88,7 @@
"no-use-before-define": [2, "nofunc"],
"no-var": 2,
"no-warning-comments": [2, {"terms": ["todo", "fixme"]}],
- "object-curly-spacing": 2,
+ "object-curly-spacing": [2, "always"],
"padded-blocks": [2, "never"],
"quote-props": [0, "as-needed"],
"quotes": [2, "single", "avoid-escape"],