eslint-config-prettier 6.10.0 → 6.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@typescript-eslint.js +2 -2
- package/CHANGELOG.md +53 -122
- package/README.md +126 -200
- package/babel.js +2 -2
- package/bin/cli.js +23 -23
- package/bin/validators.js +1 -1
- package/flowtype.js +2 -2
- package/index.js +3 -3
- package/package.json +12 -11
- package/react.js +3 -3
- package/standard.js +2 -2
- package/unicorn.js +2 -2
- package/vue.js +2 -2
package/@typescript-eslint.js
CHANGED
|
@@ -13,6 +13,6 @@ module.exports = {
|
|
|
13
13
|
"@typescript-eslint/no-extra-semi": "off",
|
|
14
14
|
"@typescript-eslint/semi": "off",
|
|
15
15
|
"@typescript-eslint/space-before-function-paren": "off",
|
|
16
|
-
"@typescript-eslint/type-annotation-spacing": "off"
|
|
17
|
-
}
|
|
16
|
+
"@typescript-eslint/type-annotation-spacing": "off",
|
|
17
|
+
},
|
|
18
18
|
};
|
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
### Version 6.10.1 (2020-03-22)
|
|
2
|
+
|
|
3
|
+
- Improved: Recommend using `npx` when running the CLI helper tool.
|
|
4
|
+
- Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins.
|
|
5
|
+
|
|
1
6
|
### Version 6.10.0 (2020-01-28)
|
|
2
7
|
|
|
3
|
-
- Added: [@typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi
|
|
4
|
-
Koba (@ybiquitous)!!
|
|
8
|
+
- Added: [@typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi Koba (@ybiquitous)!!
|
|
5
9
|
|
|
6
10
|
### Version 6.9.0 (2019-12-27)
|
|
7
11
|
|
|
@@ -13,48 +17,37 @@
|
|
|
13
17
|
|
|
14
18
|
### Version 6.7.0 (2019-11-19)
|
|
15
19
|
|
|
16
|
-
- Added: [@typescript-eslint/space-before-function-paren]. Thanks to Masafumi
|
|
17
|
-
Koba (@ybiquitous)!
|
|
20
|
+
- Added: [@typescript-eslint/space-before-function-paren]. Thanks to Masafumi Koba (@ybiquitous)!
|
|
18
21
|
|
|
19
22
|
### Version 6.6.0 (2019-11-17)
|
|
20
23
|
|
|
21
|
-
- Added: New [eslint-plugin-vue] rules: [vue/dot-location] and
|
|
22
|
-
[vue/keyword-spacing]. Thanks to @xcatliu!
|
|
24
|
+
- Added: New [eslint-plugin-vue] rules: [vue/dot-location] and [vue/keyword-spacing]. Thanks to @xcatliu!
|
|
23
25
|
|
|
24
26
|
### Version 6.5.0 (2019-10-26)
|
|
25
27
|
|
|
26
|
-
- Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev
|
|
27
|
-
(@alexilyaev)!
|
|
28
|
+
- Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev (@alexilyaev)!
|
|
28
29
|
|
|
29
30
|
### Version 6.4.0 (2019-10-05)
|
|
30
31
|
|
|
31
|
-
- Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan
|
|
32
|
-
(@yangmingshan)!
|
|
32
|
+
- Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan (@yangmingshan)!
|
|
33
33
|
|
|
34
34
|
### Version 6.3.0 (2019-09-10)
|
|
35
35
|
|
|
36
|
-
- Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba
|
|
37
|
-
(@ybiquitous)!
|
|
36
|
+
- Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba (@ybiquitous)!
|
|
38
37
|
|
|
39
38
|
### Version 6.2.0 (2019-09-03)
|
|
40
39
|
|
|
41
|
-
- Added: [@typescript-eslint/quotes] (as a [special
|
|
42
|
-
rule][@typescript-eslint/quotes-special]). Thanks to Masafumi Koba
|
|
43
|
-
(@ybiquitous)!
|
|
40
|
+
- Added: [@typescript-eslint/quotes] (as a [special rule][@typescript-eslint/quotes-special]). Thanks to Masafumi Koba (@ybiquitous)!
|
|
44
41
|
|
|
45
42
|
### Version 6.1.0 (2019-08-19)
|
|
46
43
|
|
|
47
|
-
- Added: [function-call-argument-newline] \(new in ESLint 6.2.0). Thanks to
|
|
48
|
-
Masafumi Koba (@ybiquitous)!
|
|
44
|
+
- Added: [function-call-argument-newline] \(new in ESLint 6.2.0). Thanks to Masafumi Koba (@ybiquitous)!
|
|
49
45
|
|
|
50
46
|
### Version 6.0.0 (2019-06-25)
|
|
51
47
|
|
|
52
|
-
- Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict
|
|
53
|
-
if you use the default value of its `allowParens` option. The default was
|
|
54
|
-
changed to `true` in ESLint 6, which conflicts with Prettier.
|
|
48
|
+
- Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict if you use the default value of its `allowParens` option. The default was changed to `true` in ESLint 6, which conflicts with Prettier.
|
|
55
49
|
|
|
56
|
-
If the CLI helper tool gives you errors about this after upgrading, the
|
|
57
|
-
solution is to change this:
|
|
50
|
+
If the CLI helper tool gives you errors about this after upgrading, the solution is to change this:
|
|
58
51
|
|
|
59
52
|
```json
|
|
60
53
|
{
|
|
@@ -76,10 +69,7 @@
|
|
|
76
69
|
|
|
77
70
|
The latter works in both ESLint 6 as well as in ESLint 5 and older.
|
|
78
71
|
|
|
79
|
-
- Improved: `eslint --print-config` usage instructions. The CLI tool help
|
|
80
|
-
text as well as the documentation has been updated to suggest commands that
|
|
81
|
-
work in ESLint 6.0 as well as in ESLint 5 and older. (Instead of `eslint
|
|
82
|
-
--print-config .`, use `eslint --print-config path/to/main.js`.)
|
|
72
|
+
- Improved: `eslint --print-config` usage instructions. The CLI tool help text as well as the documentation has been updated to suggest commands that work in ESLint 6.0 as well as in ESLint 5 and older. (Instead of `eslint --print-config .`, use `eslint --print-config path/to/main.js`.)
|
|
83
73
|
|
|
84
74
|
### Version 5.1.0 (2019-06-25)
|
|
85
75
|
|
|
@@ -87,38 +77,25 @@
|
|
|
87
77
|
|
|
88
78
|
### Version 5.0.0 (2019-06-15)
|
|
89
79
|
|
|
90
|
-
- Removed: [react/self-closing-comp]. This rule was added in v4.1.0 not
|
|
91
|
-
because it _conflicted_ with Prettier but because it was _unnecessary_ when
|
|
92
|
-
using Prettier. However, in v1.18.0 [Prettier stopped converting empty
|
|
93
|
-
elements to self-closing elements][prettier-self-closing]. So the rule is
|
|
94
|
-
not unnecessary anymore.
|
|
80
|
+
- Removed: [react/self-closing-comp]. This rule was added in v4.1.0 not because it _conflicted_ with Prettier but because it was _unnecessary_ when using Prettier. However, in v1.18.0 [Prettier stopped converting empty elements to self-closing elements][prettier-self-closing]. So the rule is not unnecessary anymore.
|
|
95
81
|
|
|
96
|
-
If you use Prettier v1.17.1 or older you should be able to upgrade
|
|
97
|
-
eslint-config-prettier to v5.0.0 without having to do anything else.
|
|
82
|
+
If you use Prettier v1.17.1 or older you should be able to upgrade eslint-config-prettier to v5.0.0 without having to do anything else.
|
|
98
83
|
|
|
99
|
-
If you use Prettier v1.18.0 or newer, you might get lint errors about for
|
|
100
|
-
example changing `<div></div>` into `<div />`. You have two options:
|
|
84
|
+
If you use Prettier v1.18.0 or newer, you might get lint errors about for example changing `<div></div>` into `<div />`. You have two options:
|
|
101
85
|
|
|
102
|
-
- Run `eslint --fix` if you prefer to enforce self-closing elements where
|
|
103
|
-
|
|
104
|
-
- Add `"react/self-closing-comp": "off"` to your ESLint config if you use
|
|
105
|
-
autofix from your editor and you face the same [issue as Prettier
|
|
106
|
-
did][prettier-self-closing].
|
|
86
|
+
- Run `eslint --fix` if you prefer to enforce self-closing elements where possible. This should fix all the errors.
|
|
87
|
+
- Add `"react/self-closing-comp": "off"` to your ESLint config if you use autofix from your editor and you face the same [issue as Prettier did][prettier-self-closing].
|
|
107
88
|
|
|
108
|
-
- Changed: Node.js 6 is no longer officially supported, but v5.0.0 should
|
|
109
|
-
still work with it.
|
|
89
|
+
- Changed: Node.js 6 is no longer officially supported, but v5.0.0 should still work with it.
|
|
110
90
|
|
|
111
91
|
### Version 4.3.0 (2019-05-16)
|
|
112
92
|
|
|
113
|
-
- Added: New [eslint-plugin-vue] rules: [vue/arrow-spacing],
|
|
114
|
-
|
|
115
|
-
- Added: New [@typescript-eslint/eslint-plugin] rules:
|
|
116
|
-
[@typescript-eslint/func-call-spacing] and [@typescript-eslint/semi].
|
|
93
|
+
- Added: New [eslint-plugin-vue] rules: [vue/arrow-spacing], [vue/block-spacing], [vue/brace-style] and [vue/comma-dangle].
|
|
94
|
+
- Added: New [@typescript-eslint/eslint-plugin] rules: [@typescript-eslint/func-call-spacing] and [@typescript-eslint/semi].
|
|
117
95
|
|
|
118
96
|
### Version 4.2.0 (2019-04-25)
|
|
119
97
|
|
|
120
|
-
- Added: [@typescript-eslint/no-extra-parens]. Thanks to Keiichiro Amemiya
|
|
121
|
-
(@Hoishin) and Jen Gorfine (@jgorfine)!
|
|
98
|
+
- Added: [@typescript-eslint/no-extra-parens]. Thanks to Keiichiro Amemiya (@Hoishin) and Jen Gorfine (@jgorfine)!
|
|
122
99
|
|
|
123
100
|
### Version 4.1.0 (2019-02-26)
|
|
124
101
|
|
|
@@ -127,59 +104,37 @@
|
|
|
127
104
|
|
|
128
105
|
### Version 4.0.0 (2019-01-26)
|
|
129
106
|
|
|
130
|
-
- Breaking change: Support for [eslint-plugin-typescript] has been removed and
|
|
131
|
-
|
|
132
|
-
Thanks to TANIGUCHI Masaya (@ta2gch) and everyone else who helped with this!
|
|
133
|
-
- Changed: [arrow-body-style] and [prefer-arrow-callback] are now marked as
|
|
134
|
-
[special rules][arrow-special], since they might cause problems if using
|
|
135
|
-
[eslint-plugin-prettier] and `--fix`. They are turned off by default, and the
|
|
136
|
-
CLI helper tool will _warn_ about them (but not error if you do enable them).
|
|
137
|
-
This won’t break your linting checks, but do note that these rules will be
|
|
138
|
-
disabled unless you explicitly enable them again, and that you might see new
|
|
139
|
-
warnings when running the CLI helper tool.
|
|
107
|
+
- Breaking change: Support for [eslint-plugin-typescript] has been removed and replaced with support for its successor [@typescript-eslint/eslint-plugin]. Thanks to TANIGUCHI Masaya (@ta2gch) and everyone else who helped with this!
|
|
108
|
+
- Changed: [arrow-body-style] and [prefer-arrow-callback] are now marked as [special rules][arrow-special], since they might cause problems if using [eslint-plugin-prettier] and `--fix`. They are turned off by default, and the CLI helper tool will _warn_ about them (but not error if you do enable them). This won’t break your linting checks, but do note that these rules will be disabled unless you explicitly enable them again, and that you might see new warnings when running the CLI helper tool.
|
|
140
109
|
|
|
141
110
|
### Version 3.6.0 (2019-01-19)
|
|
142
111
|
|
|
143
|
-
- Added: Support for [eslint-plugin-babel]. Thanks to Matija Marohnić
|
|
144
|
-
(@silvenon)!
|
|
112
|
+
- Added: Support for [eslint-plugin-babel]. Thanks to Matija Marohnić (@silvenon)!
|
|
145
113
|
|
|
146
114
|
### Version 3.5.0 (2019-01-16)
|
|
147
115
|
|
|
148
|
-
- Fixed: The eslint-plugin-vue change from 3.4.0 has been reverted. That change
|
|
149
|
-
requires eslint-plugin-vue@5, while many use eslint-plugin-vue@4. In other
|
|
150
|
-
words, it was an accidental breaking change. Also, after thinking about it
|
|
151
|
-
some more, it makes sense to have a Prettier-specific list of rules, rather
|
|
152
|
-
than using the `vue/no-layout-rules` list, since there can be layout rules
|
|
153
|
-
that don’t conflict with but rather complement Prettier.
|
|
116
|
+
- Fixed: The eslint-plugin-vue change from 3.4.0 has been reverted. That change requires eslint-plugin-vue@5, while many use eslint-plugin-vue@4. In other words, it was an accidental breaking change. Also, after thinking about it some more, it makes sense to have a Prettier-specific list of rules, rather than using the `vue/no-layout-rules` list, since there can be layout rules that don’t conflict with but rather complement Prettier.
|
|
154
117
|
- Added: New eslint-plugin-vue rules coming in the next version after 5.1.0.
|
|
155
118
|
|
|
156
119
|
### Version 3.4.0 (2019-01-13)
|
|
157
120
|
|
|
158
121
|
- Added: Support for [eslint-plugin-typescript]. Thanks to Jed Fox (@j-f1)!
|
|
159
|
-
- Improved: The eslint-plugin-vue integration is now using the
|
|
160
|
-
`vue/no-layout-rules` config behind the scenes, so it should automatically
|
|
161
|
-
stay up-to-date when new eslint-plugin-vue versions are released. Thanks to
|
|
162
|
-
Michał Sajnóg (@michalsnik)!
|
|
122
|
+
- Improved: The eslint-plugin-vue integration is now using the `vue/no-layout-rules` config behind the scenes, so it should automatically stay up-to-date when new eslint-plugin-vue versions are released. Thanks to Michał Sajnóg (@michalsnik)!
|
|
163
123
|
|
|
164
124
|
### Version 3.3.0 (2018-11-11)
|
|
165
125
|
|
|
166
|
-
- Added: The [vue/html-self-closing] rule (as a [special
|
|
167
|
-
rule][vue/html-self-closing-special]). Thanks to Yamagishi Kazutoshi (@ykzts)!
|
|
126
|
+
- Added: The [vue/html-self-closing] rule (as a [special rule][vue/html-self-closing-special]). Thanks to Yamagishi Kazutoshi (@ykzts)!
|
|
168
127
|
|
|
169
128
|
### Version 3.2.0 (2018-11-10)
|
|
170
129
|
|
|
171
130
|
- Added: Support for [eslint-plugin-vue].
|
|
172
|
-
- Fixed: The CLI helper tool should now work in Node.js 6 with npm 3 again.
|
|
173
|
-
Thanks to Grant Snodgrass (@meeber)!
|
|
131
|
+
- Fixed: The CLI helper tool should now work in Node.js 6 with npm 3 again. Thanks to Grant Snodgrass (@meeber)!
|
|
174
132
|
- Improved: Updated documentation.
|
|
175
133
|
|
|
176
134
|
### Version 3.1.0 (2018-09-22)
|
|
177
135
|
|
|
178
136
|
- Added: Support for [eslint-plugin-unicorn]. Thanks to John Mars (@j0hnm4r5)!
|
|
179
|
-
- Changed: The [quotes] rule is now allowed to be used to forbid unnecessary
|
|
180
|
-
backticks. This means that the CLI helper tool no longer can automatically
|
|
181
|
-
validate it, so you’ll need to refer the [quotes special rule
|
|
182
|
-
documentation][quotes-special]. Thanks to Nick Petruzzelli (@npetruzzelli)!
|
|
137
|
+
- Changed: The [quotes] rule is now allowed to be used to forbid unnecessary backticks. This means that the CLI helper tool no longer can automatically validate it, so you’ll need to refer the [quotes special rule documentation][quotes-special]. Thanks to Nick Petruzzelli (@npetruzzelli)!
|
|
183
138
|
|
|
184
139
|
### Version 3.0.1 (2018-08-13)
|
|
185
140
|
|
|
@@ -205,12 +160,8 @@
|
|
|
205
160
|
|
|
206
161
|
### Version 2.7.0 (2017-11-01)
|
|
207
162
|
|
|
208
|
-
- Added: The [lines-around-comment] rule (as a [special
|
|
209
|
-
|
|
210
|
-
(@mauricedb)!
|
|
211
|
-
- Added: The [no-unexpected-multiline] rule (as a [special
|
|
212
|
-
rule][no-unexpected-multiline-special]). Thanks to Suhas Karanth
|
|
213
|
-
(@sudo-suhas)!
|
|
163
|
+
- Added: The [lines-around-comment] rule (as a [special rule][lines-around-comment-special]). Thanks to Maurice de Beijer (@mauricedb)!
|
|
164
|
+
- Added: The [no-unexpected-multiline] rule (as a [special rule][no-unexpected-multiline-special]). Thanks to Suhas Karanth (@sudo-suhas)!
|
|
214
165
|
|
|
215
166
|
### Version 2.6.0 (2017-09-23)
|
|
216
167
|
|
|
@@ -218,18 +169,15 @@
|
|
|
218
169
|
|
|
219
170
|
### Version 2.5.0 (2017-09-16)
|
|
220
171
|
|
|
221
|
-
- Added: Support for [eslint-plugin-standard]. Thanks to Christian Pekeler
|
|
222
|
-
(@pekeler)!
|
|
172
|
+
- Added: Support for [eslint-plugin-standard]. Thanks to Christian Pekeler (@pekeler)!
|
|
223
173
|
|
|
224
174
|
### Version 2.4.0 (2017-09-02)
|
|
225
175
|
|
|
226
|
-
- Added: The [function-paren-newline] rule (new in [ESLint 4.6.0]). Thanks to
|
|
227
|
-
Pierre Vanduynslager (@vanduynslagerp)!
|
|
176
|
+
- Added: The [function-paren-newline] rule (new in [ESLint 4.6.0]). Thanks to Pierre Vanduynslager (@vanduynslagerp)!
|
|
228
177
|
|
|
229
178
|
### Version 2.3.0 (2017-06-30)
|
|
230
179
|
|
|
231
|
-
- Added: The (deprecated) [indent-legacy] rule. Thanks to M. Ian Graham
|
|
232
|
-
(@miangraham)!
|
|
180
|
+
- Added: The (deprecated) [indent-legacy] rule. Thanks to M. Ian Graham (@miangraham)!
|
|
233
181
|
|
|
234
182
|
### Version 2.2.0 (2017-06-17)
|
|
235
183
|
|
|
@@ -246,33 +194,23 @@
|
|
|
246
194
|
|
|
247
195
|
### Version 2.1.0 (2017-05-13)
|
|
248
196
|
|
|
249
|
-
- Added: The [no-tabs] rule (as a [special rule][no-tabs-special]). Thanks to
|
|
250
|
-
Alex Meah (@AlexMeah)!
|
|
197
|
+
- Added: The [no-tabs] rule (as a [special rule][no-tabs-special]). Thanks to Alex Meah (@AlexMeah)!
|
|
251
198
|
|
|
252
199
|
### Version 2.0.0 (2017-05-07)
|
|
253
200
|
|
|
254
201
|
- Changed/Improved: The CLI helper tool is now more helpful.
|
|
255
202
|
|
|
256
|
-
- The options of special rules are now validated if possible. If a special
|
|
257
|
-
|
|
258
|
-
it.
|
|
259
|
-
- If only special rules that cannot be automatically checked are found, the
|
|
260
|
-
CLI no longer exists with a non-zero exit code. Instead, it only warns about
|
|
261
|
-
the rules.
|
|
203
|
+
- 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.
|
|
204
|
+
- 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.
|
|
262
205
|
|
|
263
|
-
- Changed: The [no-confusing-arrow] is now a special rule again, since it might
|
|
264
|
-
conflict with recent Prettier versions.
|
|
206
|
+
- Changed: The [no-confusing-arrow] is now a special rule again, since it might conflict with recent Prettier versions.
|
|
265
207
|
|
|
266
|
-
- Removed: The `react/wrap-multilines` rule (which has been deprecated for a
|
|
267
|
-
while), since it was removed in eslint-plugin-react@7.
|
|
208
|
+
- Removed: The `react/wrap-multilines` rule (which has been deprecated for a while), since it was removed in eslint-plugin-react@7.
|
|
268
209
|
|
|
269
210
|
### Version 1.7.0 (2017-04-19)
|
|
270
211
|
|
|
271
|
-
- Changed: The [no-confusing-arrow] is no longer a special rule, but simply
|
|
272
|
-
|
|
273
|
-
- Improved: The CLI helper tool now has a more helpful message for special
|
|
274
|
-
rules, and exits with a different status code if only special rules were
|
|
275
|
-
found. The exit codes are now documented as well.
|
|
212
|
+
- Changed: The [no-confusing-arrow] is no longer a special rule, but simply turned off, since recent Prettier versions make it redundant.
|
|
213
|
+
- 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.
|
|
276
214
|
|
|
277
215
|
### Version 1.6.0 (2017-04-05)
|
|
278
216
|
|
|
@@ -284,26 +222,20 @@
|
|
|
284
222
|
|
|
285
223
|
### Version 1.4.1 (2017-02-28)
|
|
286
224
|
|
|
287
|
-
- Improved: eslint-config-prettier is now part of the [prettier] organization!
|
|
288
|
-
This version updates all URLs to point to the new home of the project.
|
|
225
|
+
- 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.
|
|
289
226
|
|
|
290
227
|
### Version 1.4.0 (2017-02-26)
|
|
291
228
|
|
|
292
|
-
- Added: The [no-confusing-arrow] rule (as a
|
|
293
|
-
|
|
294
|
-
(@dferber90)!
|
|
295
|
-
- Added: Deprecated or removed rules that might conflict with prettier. Thanks
|
|
296
|
-
to Dominik Ferber (@dferber90)!
|
|
229
|
+
- Added: The [no-confusing-arrow] rule (as a [special rule][no-confusing-arrow-special]). Thanks to Dominik Ferber (@dferber90)!
|
|
230
|
+
- Added: Deprecated or removed rules that might conflict with prettier. Thanks to Dominik Ferber (@dferber90)!
|
|
297
231
|
|
|
298
232
|
### Version 1.3.0 (2017-02-21)
|
|
299
233
|
|
|
300
|
-
- Added: The [template-tag-spacing] rule. Thanks to Thibault Derousseaux
|
|
301
|
-
(@tibdex)!
|
|
234
|
+
- Added: The [template-tag-spacing] rule. Thanks to Thibault Derousseaux (@tibdex)!
|
|
302
235
|
|
|
303
236
|
### Version 1.2.0 (2017-02-14)
|
|
304
237
|
|
|
305
|
-
- Added: The [one-var-declaration-per-line] rule. Thanks to Ruben Oostinga
|
|
306
|
-
(@0xR)!
|
|
238
|
+
- Added: The [one-var-declaration-per-line] rule. Thanks to Ruben Oostinga (@0xR)!
|
|
307
239
|
|
|
308
240
|
### Version 1.1.1 (2017-02-12)
|
|
309
241
|
|
|
@@ -312,8 +244,7 @@
|
|
|
312
244
|
### Version 1.1.0 (2017-02-10)
|
|
313
245
|
|
|
314
246
|
- Fixed: The [eslint-plugin-react] exclusion rules now actually work.
|
|
315
|
-
- Fixed: The CLI helper tool now works in Node.js 4. Thanks to Nathan Friedly
|
|
316
|
-
(@nfriedly)!
|
|
247
|
+
- Fixed: The CLI helper tool now works in Node.js 4. Thanks to Nathan Friedly (@nfriedly)!
|
|
317
248
|
- Added: Support for [eslint-plugin-flowtype].
|
|
318
249
|
- Improved: Minor things for the CLI helper tool.
|
|
319
250
|
- Improved: There are now tests for everything.
|
|
@@ -350,8 +281,8 @@
|
|
|
350
281
|
[arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/2c842675e55b91aecaef6f997d234ebf2d220ffb/README.md#arrow-body-style-and-prefer-arrow-callback
|
|
351
282
|
[curly]: https://eslint.org/docs/rules/curly
|
|
352
283
|
[end-of-line]: https://prettier.io/docs/en/options.html#end-of-line
|
|
353
|
-
[
|
|
354
|
-
[
|
|
284
|
+
[eslint 4.0.0]: https://eslint.org/blog/2017/06/eslint-v4.0.0-released
|
|
285
|
+
[eslint 4.6.0]: https://eslint.org/blog/2017/09/eslint-v4.6.0-released
|
|
355
286
|
[eslint-plugin-babel]: https://github.com/babel/eslint-plugin-babel
|
|
356
287
|
[eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype
|
|
357
288
|
[eslint-plugin-prettier]: https://github.com/prettier/eslint-plugin-prettier
|