Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 839 Bytes

StyleLintBear.rst

File metadata and controls

42 lines (26 loc) · 839 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