TG-103 : add frontend folder - scaffolded with yeoman
This commit is contained in:
16
frontend/.jshintrc
Normal file
16
frontend/.jshintrc
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user