mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 14:02:03 +02:00
Initial commit
This commit is contained in:
27
node_modules/dasherize/.jshintrc
generated
vendored
Normal file
27
node_modules/dasherize/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"regexp": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": true,
|
||||
"globalstrict": true,
|
||||
"trailing": true,
|
||||
"smarttabs": true,
|
||||
"white": true,
|
||||
"node": true,
|
||||
"globals": {
|
||||
"_": false,
|
||||
"angular": false,
|
||||
"require": false,
|
||||
"module": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user