Ajout FishPeper

This commit is contained in:
Serge NOEL
2026-04-21 12:19:15 +02:00
parent 6744da3f88
commit 0c361a2440
2160 changed files with 589301 additions and 1 deletions

35
cncjs/.stylintrc Normal file
View File

@@ -0,0 +1,35 @@
{
"blocks": false,
"brackets": "always",
"colons": "always",
"colors": false,
"commaSpace": "always",
"commentSpace": false,
"cssLiteral": "never",
"depthLimit": false,
"duplicates": false,
"efficient": "always",
"extendPref": false,
"globalDupe": false,
"indentPref": false,
"leadingZero": "never",
"maxErrors": false,
"maxWarnings": false,
"mixed": false,
"namingConvention": false,
"namingConventionStrict": false,
"none": "never",
"noImportant": true,
"parenSpace": false,
"placeholders": "always",
"prefixVarsWithDollar": "always",
"quotePref": false,
"semicolons": "always",
"sortOrder": false,
"stackedProperties": "never",
"trailingWhitespace": "never",
"universal": false,
"valid": true,
"zeroUnits": "never",
"zIndexNormalize": false
}