Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
1
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

27

CHANGELOG.md

@@ -0,1 +1,5 @@

### Version 2.6.0 (2017-09-23)
- Added: The [no-floating-decimal] rule.
### Version 2.5.0 (2017-09-16)

@@ -119,6 +123,6 @@

[ESLint 4.0.0]: http://eslint.org/blog/2017/06/eslint-v4.0.0-released
[ESLint 4.0.0]: https://eslint.org/blog/2017/06/eslint-v4.0.0-released
[ESLint 4.6.0]: https://eslint.org/blog/2017/09/eslint-v4.6.0-released
[array-bracket-newline]: http://eslint.org/docs/rules/array-bracket-newline
[array-element-newline]: http://eslint.org/docs/rules/array-element-newline
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline
[array-element-newline]: https://eslint.org/docs/rules/array-element-newline
[curly]: https://eslint.org/docs/rules/curly

@@ -129,13 +133,14 @@ [eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype

[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
[indent-legacy]: http://eslint.org/docs/rules/indent-legacy
[indent-legacy]: https://eslint.org/docs/rules/indent-legacy
[no-confusing-arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow
[no-confusing-arrow]: http://eslint.org/docs/rules/no-confusing-arrow
[no-confusing-arrow]: https://eslint.org/docs/rules/no-confusing-arrow
[no-floating-decimal]: https://eslint.org/docs/rules/no-floating-decimal
[no-tabs-special]: https://github.com/prettier/eslint-config-prettier/blob/dfa6e2b51f11a8001e9e7d38b78f03c7d75175ec/README.md#no-tabs
[no-tabs]: http://eslint.org/docs/rules/no-tabs
[nonblock-statement-body-position]: http://eslint.org/docs/rules/nonblock-statement-body-position
[one-var-declaration-per-line]: http://eslint.org/docs/rules/one-var-declaration-per-line
[no-tabs]: https://eslint.org/docs/rules/no-tabs
[nonblock-statement-body-position]: https://eslint.org/docs/rules/nonblock-statement-body-position
[one-var-declaration-per-line]: https://eslint.org/docs/rules/one-var-declaration-per-line
[prettier]: https://github.com/prettier
[react/jsx-closing-tag-location]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md
[semi-style]: http://eslint.org/docs/rules/semi-style
[switch-colon-spacing]: http://eslint.org/docs/rules/switch-colon-spacing
[template-tag-spacing]: http://eslint.org/docs/rules/template-tag-spacing
[semi-style]: https://eslint.org/docs/rules/semi-style
[switch-colon-spacing]: https://eslint.org/docs/rules/switch-colon-spacing
[template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing

@@ -44,2 +44,3 @@ "use strict";

"no-extra-semi": "off",
"no-floating-decimal": "off",
"no-mixed-spaces-and-tabs": "off",

@@ -46,0 +47,0 @@ "no-multi-spaces": "off",

{
"name": "eslint-config-prettier",
"version": "2.5.0",
"version": "2.6.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simon Lydell",

@@ -394,3 +394,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

[curly]: http://eslint.org/docs/rules/curly
[curly]: https://eslint.org/docs/rules/curly
[eslint-config-airbnb]: https://www.npmjs.com/package/eslint-config-airbnb

@@ -401,9 +401,9 @@ [eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype

[eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard
[max-len]: http://eslint.org/docs/rules/max-len
[no-confusing-arrow]: http://eslint.org/docs/rules/no-confusing-arrow
[no-mixed-operators]: http://eslint.org/docs/rules/no-mixed-operators
[no-tabs]: http://eslint.org/docs/rules/no-tabs
[max-len]: https://eslint.org/docs/rules/max-len
[no-confusing-arrow]: https://eslint.org/docs/rules/no-confusing-arrow
[no-mixed-operators]: https://eslint.org/docs/rules/no-mixed-operators
[no-tabs]: https://eslint.org/docs/rules/no-tabs
[Prettier]: https://github.com/prettier/prettier
[quotes]: http://eslint.org/docs/rules/quotes
[quotes]: https://eslint.org/docs/rules/quotes
[travis-badge]: https://travis-ci.org/prettier/eslint-config-prettier.svg?branch=master
[travis]: https://travis-ci.org/prettier/eslint-config-prettier
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc