Initial commit
This commit is contained in:
18
api-wiaas/client/js/bower_components/ngclipboard/.jshintrc
vendored
Normal file
18
api-wiaas/client/js/bower_components/ngclipboard/.jshintrc
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"esnext": true,
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": true
|
||||
}
|
||||
Reference in New Issue
Block a user