commit | 1418393ff80c2a8108a59b4ebf9e052d95fedf29 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Feb 11 08:58:04 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Feb 11 08:58:04 2016 -0800 |
tree | c36b2225be25ad58e3fd6952ab6129a196fe6229 | |
parent | 38ba331d8a2c619584586b82f379442a7eaaac27 [diff] [blame] |
Diagnostic WIP
diff --git a/views/ngXosViews/diagnostic/.eslintrc b/views/ngXosViews/diagnostic/.eslintrc index c852748..c6e1175 100644 --- a/views/ngXosViews/diagnostic/.eslintrc +++ b/views/ngXosViews/diagnostic/.eslintrc
@@ -16,6 +16,7 @@ ], "rules": { "quotes": [2, "single"], + "no-undef": 2, "camelcase": [1, {"properties": "always"}], "no-underscore-dangle": 1, "eqeqeq": [2, "smart"],