From 032dd9bdc6a5896865aef1ab8fd50899aec2b187 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 12 Oct 2016 23:31:50 +0200 Subject: [PATCH] Use YAML syntax instead of JSON. --- .eslintrc.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .eslintrc.yml diff --git a/.eslintrc.yml b/.eslintrc.yml new file mode 100644 index 0000000..65a5100 --- /dev/null +++ b/.eslintrc.yml @@ -0,0 +1,22 @@ +--- +# vim: set tw=80 ts=4 sw=4 sts=4: + +extends: angular + +rules: + indent: + - error + - 4 + +plugins: + - angular + - html + - jquery + - security + - this + +globals: + angular: true + moment: true + Highcharts: true + $: true