Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Style lint #487

Merged
merged 16 commits into from
Jun 2, 2016
Merged

Style lint #487

merged 16 commits into from
Jun 2, 2016

Conversation

billybonks
Copy link
Contributor

@billybonks billybonks commented Jun 2, 2016

Fixes #374. Fixes #443.

Initial PR, to replace scss lint with style lint

  • Try remove Fix block-opening-brace-newline-after rule
  • implement or invalidate PropertyUnits rule Invalidated Rule does nothing
"PropertyUnits": {
    "enabled": true,
    "properties": {}
},
  • implement or invalidate BorderZero rule
"BorderZero": {
    "enabled": true,
    "convention": "zero"
},
  • implement or invalidate DebugStatement rule No other rule like this exists yet
"DebugStatement": {
    "enabled": true
},
  • implement or invalidate DeclarationOrder rule No other rule like this exists yet
"DeclarationOrder": {
    "enabled": true
},
  • implement or invalidate ElsePlacement rule No other rule like this exists yet
"ElsePlacement": {
    "enabled": true,
    "style": "same_line"
},
  • implement or invalidate ImportPath rule
"ImportPath": {
    "enabled": true,
    "leading_underscore": false,
    "filename_extension": false
},
  • implement or invalidate PlaceholderInExtend rule
"PlaceholderInExtend": {
    "enabled": true
},
"PropertySpelling": {
    "enabled": true,
    "extra_properties": [],
    "disabled_properties": []
},
  • implement or invalidate SelectorDepth rule
"SelectorDepth": {
    "enabled": true,
    "max_depth": 4
},
  • implement or invalidate SpaceAfterVariableName rule No other rule like this exists yet
"SpaceAfterVariableName": {
    "enabled": true
},
  • implement or invalidate SpaceAroundOperator rule No other rule like this exists yet (for maths)
"SpaceAroundOperator": {
    "enabled": true,
    "style": "one_space"
},
  • implement or invalidate UnnecessaryMantissa rule No other rule like this exists yet
"UnnecessaryMantissa": {
    "enabled": true
},
  • implement or invalidate UnnecessaryParentReference rule No other rule like this exists yet
"UnnecessaryParentReference": {
    "enabled": true
},
"UrlFormat": {
    "enabled": true
},

@jglovier

@jglovier
Copy link
Member

jglovier commented Jun 2, 2016

😍 Looking great!!!! Thanks for your work on this. 🙇

@jglovier jglovier changed the title Style lint Style lint [WIP] Jun 2, 2016
@jglovier jglovier changed the title Style lint [WIP] Style lint Jun 2, 2016
@jglovier
Copy link
Member

jglovier commented Jun 2, 2016

👍 👍 🎉

@jglovier jglovier merged commit 5e2c4e9 into HospitalRun:stylelint Jun 2, 2016
@billybonks billybonks mentioned this pull request Jun 3, 2016
@alexander-akait
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants