Initial commit
This commit is contained in:
20
api-wiaas/client/js/bower_components/ngclipboard/src/.jshintrc
vendored
Normal file
20
api-wiaas/client/js/bower_components/ngclipboard/src/.jshintrc
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"browser": true,
|
||||
"predef": [
|
||||
"angular",
|
||||
"Clipboard",
|
||||
"require",
|
||||
"module"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user