commit | 881fed501af625eb3560e5e87a84ecde3752cebb | [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 | fcdca86f50276e487e68d4249f7486b9a28cd68a | |
parent | f0a5f98d6c9ee93ed39e936397f597f8c231dc0b [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 }],