This commit is contained in:
2025-11-14 11:39:33 +08:00
parent 6e5d892992
commit 1ba633ba45
7143 changed files with 922330 additions and 0 deletions

28
node_modules/postcss-helpers/.jshintrc generated vendored Normal file
View 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
}