Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-prettier

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-prettier - npm Package Versions

13

1.1.2

Diff

Changelog

Source

1.1.2 (2019-12-14)

  • Account for user defined parser overrides when working out what files to skip (#39)
  • Add an extra check to quickly skip formatting CSS-in-JS object literals (#39)
  • Bump dev dependencies (#39)
bpscott
published 1.1.1 •

Changelog

Source

1.1.1 (2019-05-30)

  • Fix incorrect trailing whitespace on Windows (#24)
bpscott
published 1.1.0 •

Changelog

Source

1.1.0 (2019-05-12)

  • Do not trigger prettier for js, ts, vue, html and markdown files. In stylelint >=9.9.0 these files sometimes worked and sometimes threw errors. In stylelint >=9.10.0 they would either error or have incorrect indentation. Prettifying a subset of the file (i.e. just contents of <style> tags) using stylelint feels like unneeded work if you're about to run prettier over the whole file anyway (#22)
bpscott
published 1.0.7 •

Changelog

Source

1.0.7 (2019-05-07)

  • Add stylelint >9.2.1 as a peerDependency to help Yarn PNP support
bpscott
published 1.0.6 •

Changelog

Source

1.0.6 (2019-01-05)

  • Report unparsable code as linting issues instead of crashing (#14)
bpscott
published 1.0.5 •

Changelog

Source

1.0.5 (2018-11-16)

  • Specifying an explict syntax with --syntax will no longer crash when autofixing (#11)
bpscott
published 1.0.4 •

Changelog

Source

1.0.4 (2018-11-11)

  • Do not pass stylelint built-in options severity and messsage to prettier (#10)
bpscott
published 1.0.3 •

Changelog

Source

1.0.3 (2018-10-01)

  • Use the CSS parser when no filename is specified
  • Use prettier-linter-helpers instead of depending on eslint-plugin-prettier (#7)
bpscott
published 1.0.2 •

Changelog

Source

1.0.2 (2018-09-28)

  • Update documentation and package.json to reflect the new repo location as part of the prettier GitHub organization (#5)
bpscott
published 1.0.1 •

Changelog

Source

1.0.1 (2018-09-05)

  • Allow using overrides in .prettierrc to lint non-standard file extensions (#3)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc