mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
{
|
|
"blocks": false,
|
|
"brackets": "never",
|
|
"colons": "never",
|
|
"colors": "always",
|
|
"commaSpace": "always",
|
|
"commentSpace": "always",
|
|
"cssLiteral": "never",
|
|
"customProperties": [],
|
|
"depthLimit": 4,
|
|
"duplicates": true,
|
|
"efficient": "always",
|
|
"exclude": [],
|
|
"extendPref": false,
|
|
"globalDupe": false,
|
|
"groupOutputByFile": true,
|
|
"indentPref": 2,
|
|
"leadingZero": "always",
|
|
"maxErrors": 10,
|
|
"maxWarnings": 10,
|
|
"mixed": false,
|
|
"mixins": [],
|
|
"namingConvention": "lowercase_underscore",
|
|
"namingConventionStrict": "true",
|
|
"none": "never",
|
|
"noImportant": true,
|
|
"parenSpace": false,
|
|
"placeholders": "always",
|
|
"prefixVarsWithDollar": "always",
|
|
"quotePref": "double",
|
|
"reporterOptions": {
|
|
"columns": ["lineData", "severity", "description", "rule"],
|
|
"columnSplitter": " ",
|
|
"showHeaders": false,
|
|
"truncate": true
|
|
},
|
|
"semicolons": "never",
|
|
"sortOrder": "grouped",
|
|
"stackedProperties": "never",
|
|
"trailingWhitespace": "never",
|
|
"universal": false,
|
|
"valid": true,
|
|
"zeroUnits": "never",
|
|
"zIndexNormalize": false
|
|
} |