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-27 17:39:54 +0300
committerGitHub <noreply@github.com>2019-10-27 17:39:54 +0300
commit23c3cdbd432947e30c755c56aace15218aafc99a (patch)
tree28bdc41f616053677f68e0095337850d3c200a4c /site/.eslintrc.json
parent819f922276de18cbddb8f5d484b34e4a1a132886 (diff)
Remove unneeded ESLint suppression and regenerate lock file (#29593)
* Remove unneeded ESLint suppression * Regenerate package-lock.json
Diffstat (limited to 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index a08747a7ef..1d10223fc3 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -11,7 +11,6 @@
],
"rules": {
"capitalized-comments": "off",
- "function-call-argument-newline": "off",
"indent": [
"error",
2,