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 <[email protected]> Authored: Sat Aug 12 01:05:10 2017 -0700 Committer: Jesse MacFadyen <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
