File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# eslint-plugin-yml
22
3+ ## 3.1.0
4+
5+ ### Minor Changes
6+
7+ - [ #564 ] ( https://github.com/ota-meshi/eslint-plugin-yml/pull/564 ) [ ` c8ff016 ` ] ( https://github.com/ota-meshi/eslint-plugin-yml/commit/c8ff016b762ccfb43406ee45eefe2a338d3bcb16 ) Thanks [ @antfu ] ( https://github.com/antfu ) ! - Add ESLint v10 compatibility while maintaining v9 support
8+ - Migrated from deprecated ` isSpaceBetweenTokens() ` to ` isSpaceBetween() ` API
9+ - All changes are backward compatible with ESLint v9
10+
311## 3.0.0
412
513### Major Changes
Original file line number Diff line number Diff line change 99[ ![ NPM downloads] ( https://img.shields.io/npm/dm/eslint-plugin-yml.svg )] ( http://www.npmtrends.com/eslint-plugin-yml )
1010[ ![ NPM downloads] ( https://img.shields.io/npm/dy/eslint-plugin-yml.svg )] ( http://www.npmtrends.com/eslint-plugin-yml )
1111[ ![ NPM downloads] ( https://img.shields.io/npm/dt/eslint-plugin-yml.svg )] ( http://www.npmtrends.com/eslint-plugin-yml )
12- [ ![ Build Status] ( https://github.com/ota-meshi/eslint-plugin-yml/workflows/CI /badge.svg?branch=master )] ( https://github.com/ota-meshi/eslint-plugin-yml/actions?query=workflow%3ACI )
12+ [ ![ Build Status] ( https://github.com/ota-meshi/eslint-plugin-yml/actions/ workflows/NodeCI.yml /badge.svg )] ( https://github.com/ota-meshi/eslint-plugin-yml/actions/workflows/NodeCI.yml )
1313[ ![ Coverage Status] ( https://coveralls.io/repos/github/ota-meshi/eslint-plugin-yml/badge.svg?branch=master )] ( https://coveralls.io/github/ota-meshi/eslint-plugin-yml?branch=master )
1414
1515## :name_badge : Features
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-yml" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "description" : " This ESLint plugin provides linting rules for YAML." ,
55 "type" : " module" ,
66 "main" : " lib/index.mjs" ,
You can’t perform that action at this time.
0 commit comments