New es6 coding standard

* Added babel presets to setup standards
 * set jshint to es6
 * reworked javascript and cerated first two modules
This commit is contained in:
Stephan 2019-04-06 12:31:07 +02:00
parent 3d4eef5eb0
commit 371cb450f8
16 changed files with 1668 additions and 829 deletions

View file

@ -87,12 +87,11 @@
"yui" : false, // Yahoo User Interface
// Custom Globals
"globals" : {
"globals" : {
"debugOn": true,
"hippie": true,
"initLeft": true,
"initY": true,
"viewHover": true,
"basicEase": true
} // additional predefined global variables
},
"esversion" : 6 // additional predefined global variables
}