[Pkg-javascript-commits] [backbone] 94/173: Enable ESLint brace-style
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 8846d60a59905b2cdfffb4fbd11917381e52b713
Author: Jordan Eldredge <jordan at jordaneldredge.com>
Date: Fri Dec 18 16:34:03 2015 -0800
Enable ESLint brace-style
---
.eslintrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/.eslintrc b/.eslintrc
index 2017362..fd355c5 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -10,6 +10,7 @@
},
"rules": {
"array-bracket-spacing": [2],
+ "brace-style": [1, "1tbs", {"allowSingleLine": true}],
"camelcase": 2,
"comma-dangle": [2, "never"],
"comma-spacing": 2,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list