TG-103 : add frontend folder - scaffolded with yeoman

This commit is contained in:
matthieupenchenat81
2017-01-20 11:52:52 +01:00
parent cdd13c4974
commit b3ae8006ef
21 changed files with 1112 additions and 0 deletions

16
frontend/.jshintrc Normal file
View File

@ -0,0 +1,16 @@
{
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"esnext": true,
"latedef": true,
"noarg": true,
"node": true,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"angular": false
}
}