You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2017/08/12 08:05:17 UTC

cordova-serve git commit: add eslint config file

Repository: cordova-serve
Updated Branches:
  refs/heads/master 338a86baf -> 889befc8d


add eslint config file


Project: http://git-wip-us.apache.org/repos/asf/cordova-serve/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-serve/commit/889befc8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-serve/tree/889befc8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-serve/diff/889befc8

Branch: refs/heads/master
Commit: 889befc8da8912e32b9512115a9abd1f237f42e1
Parents: 338a86b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Sat Aug 12 01:05:10 2017 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Sat Aug 12 01:05:10 2017 -0700

----------------------------------------------------------------------
 .eslintrc.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-serve/blob/889befc8/.eslintrc.yml
----------------------------------------------------------------------
diff --git a/.eslintrc.yml b/.eslintrc.yml
new file mode 100644
index 0000000..f6aae32
--- /dev/null
+++ b/.eslintrc.yml
@@ -0,0 +1,10 @@
+root: true
+extends: semistandard
+rules:
+  indent:
+    - error
+    - 4
+  camelcase: off
+  padded-blocks: off
+  operator-linebreak: off
+  no-throw-literal: off


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org