Material und Hintergruende eingebunden
This commit is contained in:
21
www/lib/ionic-material/.jshintrc
Normal file
21
www/lib/ionic-material/.jshintrc
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"node": true,
|
||||
"esnext": true,
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": "nofunc",
|
||||
"newcap": true,
|
||||
"nonew": true,
|
||||
"noarg": true,
|
||||
"quotmark": true,
|
||||
"regexp": true,
|
||||
"undef": true,
|
||||
"unused": false,
|
||||
"trailing": true,
|
||||
"sub": true,
|
||||
"maxlen": false
|
||||
}
|
||||
Reference in New Issue
Block a user