mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-16 05:42:27 +08:00
init
This commit is contained in:
28
node_modules/postcss-helpers/.jshintrc
generated
vendored
Normal file
28
node_modules/postcss-helpers/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"node": true,
|
||||
|
||||
"maxparams": 5,
|
||||
"maxdepth": 5,
|
||||
"maxstatements": 40,
|
||||
"maxcomplexity": 10,
|
||||
|
||||
"bitwise": false,
|
||||
"boss" : false,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"globalstrict": true,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": "nofunc",
|
||||
"laxcomma": true,
|
||||
"loopfunc": true,
|
||||
"nonew": true,
|
||||
"multistr": true,
|
||||
"newcap": true,
|
||||
"quotmark": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true
|
||||
}
|
||||
Reference in New Issue
Block a user