Skip to content

Commit 1958386

Browse files
committed
eslint-config-prettier v2.5.0
1 parent 23566d6 commit 1958386

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 2.5.0 (2017-09-16)
2+
3+
- Added: Support for [eslint-plugin-standard]. Thanks to Christian Pekeler
4+
(@pekeler)!
5+
16
### Version 2.4.0 (2017-09-02)
27

38
- Added: The [function-paren-newline] rule (new in [ESLint 4.6.0]). Thanks to
@@ -118,6 +123,7 @@
118123
[curly]: https://eslint.org/docs/rules/curly
119124
[eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype
120125
[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
126+
[eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard
121127
[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
122128
[indent-legacy]: http://eslint.org/docs/rules/indent-legacy
123129
[no-confusing-arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-prettier",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",

0 commit comments

Comments
 (0)