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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-26 16:13:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-11 18:01:28 +0300
commit5bcd6a29cd347657889709f54af90c45d969758b (patch)
tree36d1f0de1772f1d2bce034e74d8165ecc17cce7d /site/.eslintrc.json
parent46c037410b8c7eaab3cf50a5cf44093aa2fd41f4 (diff)
Disable a few rules for now.
Diffstat (limited to 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 8c2cffef79..0cf2585505 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -22,6 +22,7 @@
"error",
"always-multiline"
],
+ "no-new": "off",
"object-curly-spacing": [
"error",
"always"