@eslint-sukka/yaml 6.16.1 → 6.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";var r=require("eslint-plugin-yml");exports.yaml=function(){let e=r.configs["flat/recommended"];return Array.isArray(e)?e:[e]};
1
+ "use strict";var e=require("eslint-plugin-yml");exports.yaml=function(){let n=[{files:["*.yaml","**/*.yaml","*.yml","**/*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],s=e.configs["flat/recommended"];return Array.isArray(s)?[...s,...n]:[s,...n]};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import r from"eslint-plugin-yml";function e(){let e=r.configs["flat/recommended"];return Array.isArray(e)?e:[e]}export{e as yaml};
1
+ import e from"eslint-plugin-yml";function n(){let n=[{files:["*.yaml","**/*.yaml","*.yml","**/*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],s=e.configs["flat/recommended"];return Array.isArray(s)?[...s,...n]:[s,...n]}export{n as yaml};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-sukka/yaml",
3
- "version": "6.16.1",
3
+ "version": "6.17.0",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -29,10 +29,11 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "eslint-plugin-yml": "^1.17.0",
32
- "@eslint-sukka/shared": "6.16.1"
32
+ "yaml-eslint-parser": "^1.3.0",
33
+ "@eslint-sukka/shared": "6.17.0"
33
34
  },
34
35
  "devDependencies": {
35
- "@eslint-sukka/rollup-config": "6.16.1"
36
+ "@eslint-sukka/rollup-config": "6.17.0"
36
37
  },
37
38
  "scripts": {
38
39
  "build": "rollup -c rollup.config.ts --configPlugin swc3"