New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-prettier

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-prettier - npm Package Versions

1
4568

2.3.0

Diff
lydell
published 2.3.0 •

Changelog

Source

Version 2.3.0 (2017-06-30)

  • Added: The (deprecated) [indent-legacy] rule. Thanks to M. Ian Graham (@miangraham)!
lydell
published 2.2.0 •

Changelog

Source

Version 2.2.0 (2017-06-17)

  • Added: New rules from [ESLint 4.0.0]:
    • [array-element-newline]
    • [array-bracket-newline]
    • [semi-style]
    • [switch-colon-spacing]
  • Added: [react/jsx-closing-tag-location]
lydell
published 2.1.1 •

Changelog

Source

Version 2.1.1 (2017-05-20)

  • No code changes. Just updates to the readme.
lydell
published 2.1.0 •

Changelog

Source

Version 2.1.0 (2017-05-13)

  • Added: The [no-tabs] rule (as a [special rule][no-tabs-special]). Thanks to Alex Meah (@AlexMeah)!
lydell
published 2.0.0 •

Changelog

Source

Version 2.0.0 (2017-05-07)

  • Changed/Improved: The CLI helper tool is now more helpful.

    • The options of special rules are now validated if possible. If a special rule is enabled with non-conflicting options, the CLI no longer warns about it.
    • If only special rules that cannot be automatically checked are found, the CLI no longer exists with a non-zero exit code. Instead, it only warns about the rules.
  • Changed: The [no-confusing-arrow] is now a special rule again, since it might conflict with recent Prettier versions.

  • Removed: The react/wrap-multilines rule (which has been deprecated for a while), since it was removed in eslint-plugin-react@7.

lydell
published 1.7.0 •

Changelog

Source

Version 1.7.0 (2017-04-19)

  • Changed: The [no-confusing-arrow] is no longer a special rule, but simply turned off, since recent Prettier versions make it redundant.
  • Improved: The CLI helper tool now has a more helpful message for special rules, and exits with a different status code if only special rules were found. The exit codes are now documented as well.
lydell
published 1.6.0 •

Changelog

Source

Version 1.6.0 (2017-04-05)

  • Added: The [curly] rule. Thanks to Martin Rädlinger (@formatlos)!
lydell
published 1.5.0 •

Changelog

Source

Version 1.5.0 (2017-03-04)

  • Added: The [nonblock-statement-body-position] rule.
lydell
published 1.4.1 •

Changelog

Source

Version 1.4.1 (2017-02-28)

  • Improved: eslint-config-prettier is now part of the [prettier] organization! This version updates all URLs to point to the new home of the project.
lydell
published 1.4.0 •

Changelog

Source

Version 1.4.0 (2017-02-26)

  • Added: The [no-confusing-arrow] rule (as a [special rule][no-confusing-arrow-special]). Thanks to Dominik Ferber (@dferber90)!
  • Added: Deprecated or removed rules that might conflict with prettier. Thanks to Dominik Ferber (@dferber90)!