[Pkg-javascript-commits] [node-mocks-http] 132/296: adding missing "back to top" links
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit e8625595ed3f8a5c7bd85f23ba0df6f23ff86217
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date: Sat Mar 21 00:43:16 2015 +0800
adding missing "back to top" links
---
CODING_RULES.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CODING_RULES.md b/CODING_RULES.md
index df6307c..4ae5b9c 100644
--- a/CODING_RULES.md
+++ b/CODING_RULES.md
@@ -82,12 +82,16 @@ These rules have to do with variable declarations.
* [no-shadow] - disallow declaration of variables already declared in the outer scope
* [no-use-before-define] - disallow use of variables before they are defined
+[Back to Top](#top)
+
## <a name="node"></a> Node.js
These rules are specific to JavaScript running on Node.js.
* [no-sync] - disallow use of synchronous methods
* [no-mixed-requires] - allow mixing regular variable and require declarations
+[Back to Top](#top)
+
## <a name="style"></a> Stylistic Issues
* [no-array-constructor] - disallow use of the `Array` `constructor
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list