commit | 594dfbce6d98084284028b952742bbf5a2aebe09 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Feb 11 17:37:08 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Feb 11 17:37:08 2016 -0800 |
tree | 21266c90809cf74cfe82acee20da824b00667c37 | |
parent | c9019e1b7e6c92abfda4975ab21b9319a8092451 [diff] [blame] |
Calculating rack details
diff --git a/views/ngXosViews/diagnostic/spec/.eslintrc b/views/ngXosViews/diagnostic/spec/.eslintrc new file mode 100644 index 0000000..c1764a5 --- /dev/null +++ b/views/ngXosViews/diagnostic/spec/.eslintrc
@@ -0,0 +1,15 @@ +{ + "globals" :{ + "describe": true, + "xdescribe": true, + "beforeEach": true, + "it": true, + "inject": true, + "expect": true, + "jasmine": true + }, + "rules": { + "max-nested-callbacks": [0, 4], + "camelcase": 0 + } +}