IELTSAutoGrading / .stylelintrc
karanzrk's picture
space upload
44eb66e
raw
history blame contribute delete
No virus
211 Bytes
"rules": {
"block-no-empty": true,
"color-hex-case": "lower",
"color-hex-length": "short",
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"max-empty-lines": 2
}