File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 5.0.0
4+
5+ ### Major Changes
6+
7+ - c26e3a1: Add ESLint 10 support. This is a breaking change — ESLint 9 is no longer supported.
8+
9+ - Replace deprecated ` context.getSourceCode() ` with ` context.sourceCode ` (fixes #96 )
10+ - Update peer dependency to ` eslint ^10.0.0 `
11+ - Update all dev dependencies to latest versions
12+
313All notable changes to this project will be documented in this file.
414This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
515
@@ -16,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1626## 2.2.0
1727
1828- Support ESLint 8 [ #16 ] ( https://github.com/fxOne/eslint-plugin-sort-keys-shorthand/issues/14 )
29+
1930## 2.1.0
2031
2132- Support ESLint 7
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-sort-keys-shorthand" ,
3- "version" : " 4 .0.0" ,
3+ "version" : " 5 .0.0" ,
44 "description" : " eslint plugin which support sorting shorthand keys" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments