commit | 170d3be9fd80188e31725c74a05276068b83a09a | [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 | 72f7b41967ba2cbecc59bea0416965775ece1fb8 | |
parent | 9fe01af6cae692e1b7e11147206524897b38cd09 [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"],