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-10-07 09:31:12 +0300
committerGitHub <noreply@github.com>2019-10-07 09:31:12 +0300
commit622c914a3acc1ab933b3e89d8abfdd63feeb4016 (patch)
tree78f033cc71c4663321889456952e18e2f502a78a /.eslintrc.json
parent60559d44a2166708a4dc2f6ccb835052da08ab65 (diff)
Update devDependencies. (#29447)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index ffd5b5ed62..0f5a079194 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,6 +10,7 @@
],
"rules": {
"capitalized-comments": "off",
+ "function-call-argument-newline": "off",
"indent": [
"error",
2,