mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
b520d4e448
* More setup for ESLint * Initial linting * Fix: "Unexpected use of 'location': no-restricted-globals" * Fix: "Prop 'sidebarItems' should define at least its type" * Fix: "import/no-unresolved" * Fix: "import/no-extraneous-dependencies" * Fix: "Unexpected require() 'global-require'" * Fix: "vue/require-prop-types" * Line disable: "radix" * Line disable: "no-param-reassign" * Line disable: "no-shadow" This should usually be an actual problem but I don't think so in this case as the next prompt is basically just a one-action warning. * Add markdown linting support * Replace single quotes with double * Fix indentation for all files * Fix second level quotation marks * Change accordingly I'd still rather keep 4-tab for MD when applicable though, the alternative is a non-standard 3-space indent, which makes three different indentations to keep track of.
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
{
|
|
"blocks": false,
|
|
"brackets": "never",
|
|
"colons": "never",
|
|
"colors": "always",
|
|
"commaSpace": "always",
|
|
"commentSpace": "always",
|
|
"cssLiteral": "never",
|
|
"customProperties": [],
|
|
"depthLimit": false,
|
|
"duplicates": true,
|
|
"efficient": "always",
|
|
"exclude": [],
|
|
"extendPref": "@extends",
|
|
"globalDupe": true,
|
|
"groupOutputByFile": true,
|
|
"indentPref": false,
|
|
"leadingZero": "always",
|
|
"maxErrors": false,
|
|
"maxWarnings": false,
|
|
"mixed": true,
|
|
"mixins": [],
|
|
"namingConvention": false,
|
|
"namingConventionStrict": false,
|
|
"none": "always",
|
|
"noImportant": false,
|
|
"parenSpace": "never",
|
|
"placeholders": "always",
|
|
"prefixVarsWithDollar": "always",
|
|
"quotePref": false,
|
|
"reporterOptions": {
|
|
"columns": ["lineData", "severity", "description", "rule"],
|
|
"columnSplitter": " ",
|
|
"showHeaders": false,
|
|
"truncate": true
|
|
},
|
|
"semicolons": "never",
|
|
"sortOrder": ["grouped", "alphabetical"],
|
|
"stackedProperties": "never",
|
|
"trailingWhitespace": "never",
|
|
"universal": false,
|
|
"valid": true,
|
|
"zeroUnits": "never",
|
|
"zIndexNormalize": false,
|
|
"stylusSupremacy.selectorSeparator": ",\n",
|
|
"stylusSupremacy.insertNewLineAroundBlocks": "root"
|
|
}
|