Skip to content

Commit 0a0150f

Browse files
Bump eslint-plugin-yml from 1.19.1 to 3.3.0 (#2385)
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.19.1 to 3.3.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-yml@v1.19.1...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
1 parent 0a9a180 commit 0a0150f

3 files changed

Lines changed: 83 additions & 41 deletions

File tree

config/eslint.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,9 @@ export default [
11741174
// https://github.com/gajus/eslint-plugin-jsdoc#readme
11751175
"jsdoc/require-file-overview": ["off"],
11761176
"jsdoc/require-jsdoc": ["off"],
1177+
1178+
// https://github.com/sindresorhus/eslint-plugin-unicorn#readme
1179+
"imports/no-named-as-default-member": ["off"],
11771180
},
11781181
},
11791182
{
@@ -1303,5 +1306,5 @@ export default [
13031306
},
13041307

13051308
...markdown.configs.processor,
1306-
...yml.configs["flat/base"],
1309+
...yml.configs.base,
13071310
];

package-lock.json

Lines changed: 78 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-jsdoc": "62.7.1",
8484
"eslint-plugin-regexp": "2.9.1",
8585
"eslint-plugin-unicorn": "62.0.0",
86-
"eslint-plugin-yml": "1.19.1",
86+
"eslint-plugin-yml": "3.3.0",
8787
"fast-check": "4.5.2",
8888
"husky": "9.1.1",
8989
"licensee": "12.0.1",

0 commit comments

Comments
 (0)