Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 902 Bytes

StyleLintBear.rst

File metadata and controls

42 lines (26 loc) · 902 Bytes

Checks the code with stylelint. This will run stylelint over each file separately.

Detect errors and potential problems in CSS code and to enforce appropriate coding conventions. For example, problems like syntax errors, invalid color codes etc can be detected.

For more information on the analysis visit <http://stylelint.io/>

  • CSS
  • SCSS

Dependencies

  • npm - stylelint

Can Detect

  • Formatting
  • Syntax
  • Unused Code

License

AGPL-3.0

Authors