commit | 4ac9a0b529e2bcf380b791fcc5e663cebdbb08be | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon May 23 15:31:25 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Mon May 23 18:03:43 2016 -0700 |
tree | be92b8ffc5355e4182e366c16a2f1ffbba3aa0c4 | |
parent | da9dd86487bd54fd3e1e791c5a34b4ee578b3347 [diff] [blame] |
Updated generator to read parent env config
diff --git a/views/ngXosLib/.eslintrc b/views/ngXosLib/.eslintrc index cf02168..1cd7d33 100644 --- a/views/ngXosLib/.eslintrc +++ b/views/ngXosLib/.eslintrc
@@ -17,7 +17,7 @@ "rules": { "quotes": [2, "single"], "camelcase": [0, {"properties": "always"}], - "no-underscore-dangle": 1, + "no-underscore-dangle": 0, "eqeqeq": [2, "smart"], "no-alert": 1, "key-spacing": [1, { "beforeColon": false, "afterColon": true }],