mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
[chore] Enabled Stylelint 'declaration-bang-space-before' rule
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ module.exports = {
|
|||||||
"custom-property-empty-line-before": "never",
|
"custom-property-empty-line-before": "never",
|
||||||
"custom-property-pattern": "my-.+",
|
"custom-property-pattern": "my-.+",
|
||||||
"declaration-bang-space-after": "never",
|
"declaration-bang-space-after": "never",
|
||||||
// "declaration-bang-space-before": "always",
|
"declaration-bang-space-before": "always",
|
||||||
// "declaration-block-no-duplicate-properties": true,
|
// "declaration-block-no-duplicate-properties": true,
|
||||||
"declaration-block-no-redundant-longhand-properties": true,
|
"declaration-block-no-redundant-longhand-properties": true,
|
||||||
"declaration-block-no-shorthand-property-overrides": true,
|
"declaration-block-no-shorthand-property-overrides": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user