File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 6.11.0 (2020-04-21)
2
+
3
+ - Added: [ @typescript-eslint/keyword-spacing ] . Thanks to Hans Bergren (@hbergren )!!
4
+
1
5
### Version 6.10.1 (2020-03-22)
2
6
3
7
- Improved: Recommend using ` npx ` when running the CLI helper tool.
4
8
- Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins.
5
9
6
10
### Version 6.10.0 (2020-01-28)
7
11
8
- - Added: [ @typescript-eslint/comma-spacing ] . Thanks to Thanks to Masafumi Koba (@ybiquitous )!!
12
+ - Added: [ @typescript-eslint/comma-spacing ] . Thanks to Masafumi Koba (@ybiquitous )!!
9
13
10
14
### Version 6.9.0 (2019-12-27)
11
15
269
273
[ @typescript-eslint/comma-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
270
274
[ @typescript-eslint/eslint-plugin ] : https://github.com/typescript-eslint/typescript-eslint
271
275
[ @typescript-eslint/func-call-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
276
+ [ @typescript-eslint/keyword-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
272
277
[ @typescript-eslint/no-extra-parens ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
273
278
[ @typescript-eslint/no-extra-semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md
274
279
[ @typescript-eslint/quotes-special ] : https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 6.10.1 " ,
3
+ "version" : " 6.11.0 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Simon Lydell" ,
6
6
"description" : " Turns off all rules that are unnecessary or might conflict with Prettier." ,
You can’t perform that action at this time.
0 commit comments