File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 8.3.0 (2021-04-24)
2
+
3
+ - Added: Support for [ @babel/eslint-plugin ] . Thanks to Chip Zhang (@ChipZhang ) for the heads-up! ([ eslint-plugin-babel] is still supported, too.)
4
+
1
5
### Version 8.2.0 (2021-04-13)
2
6
3
7
- Added: [ flowtype/quotes] . Thanks to Martin Zlámal (@mrtnzlml )!
405
409
406
410
- Initial release.
407
411
412
+ [ @babel/eslint-plugin ] : https://github.com/babel/babel/tree/main/eslint/babel-eslint-plugin
408
413
[ @typescript-eslint/brace-style ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
409
414
[ @typescript-eslint/comma-dangle ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-dangle.md
410
415
[ @typescript-eslint/comma-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.2 .0" ,
3
+ "version" : " 8.3 .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