summaryrefslogtreecommitdiffstats
path: root/webapp/.jshintrc
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-10 16:29:10 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-10 16:36:12 +0100
commitfb2f6b918beb0a994ad304bfd678ef0c5c562210 (patch)
tree21c64ee76658b2e68559891ba317cb893afd2d44 /webapp/.jshintrc
parentc51d5034d527578da70bdd41b9ce13f28455c598 (diff)
Moved Dashboad webapp on Angular 5 !
Webapp loading time decreased from 2.7s to 1.5sec ! Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/.jshintrc')
-rw-r--r--webapp/.jshintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/.jshintrc b/webapp/.jshintrc
new file mode 100644
index 0000000..7a0ae5c
--- /dev/null
+++ b/webapp/.jshintrc
@@ -0,0 +1,7 @@
+{
+ "esversion": 6,
+ "undef": true,
+ "unused": false,
+ "globalstrict": true,
+ "predef": [ "console", "require", "module", "setInterval", "clearInterval", "__dirname"]
+} \ No newline at end of file