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