diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 16:29:10 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 16:36:12 +0100 |
commit | fb2f6b918beb0a994ad304bfd678ef0c5c562210 (patch) | |
tree | 21c64ee76658b2e68559891ba317cb893afd2d44 /webapp/.jshintrc | |
parent | c51d5034d527578da70bdd41b9ce13f28455c598 (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/.jshintrc | 7 |
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 |