@eslint-sukka/yaml 7.3.2 → 7.3.4

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 e=require("eslint-plugin-yml"),n=require("foxts/append-array-in-place");exports.yaml=function(){let a=[{name:"sukka/yaml disable spaced-comment",files:["*.yaml","*.yml"],rules:{"@stylistic/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 n.appendArrayInPlace(a,s)};
1
+ "use strict";var e=require("eslint-plugin-yml"),n=require("foxts/append-array-in-place");exports.yaml=function(){let a=[{name:"sukka/yaml disable spaced-comment",files:["**/*.yaml","**/*.yml"],rules:{"@stylistic/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 n.appendArrayInPlace(a,s)};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import e from"eslint-plugin-yml";import{appendArrayInPlace as n}from"foxts/append-array-in-place";function s(){return n([{name:"sukka/yaml disable spaced-comment",files:["*.yaml","*.yml"],rules:{"@stylistic/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:"^$"}]}},{}],e.configs["flat/recommended"])}export{s as yaml};
1
+ import e from"eslint-plugin-yml";import{appendArrayInPlace as n}from"foxts/append-array-in-place";function s(){return n([{name:"sukka/yaml disable spaced-comment",files:["**/*.yaml","**/*.yml"],rules:{"@stylistic/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:"^$"}]}},{}],e.configs["flat/recommended"])}export{s as yaml};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-sukka/yaml",
3
- "version": "7.3.2",
3
+ "version": "7.3.4",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -31,10 +31,10 @@
31
31
  "eslint-plugin-yml": "^1.19.0",
32
32
  "foxts": "^4.3.1",
33
33
  "yaml-eslint-parser": "^1.3.0",
34
- "@eslint-sukka/shared": "7.3.2"
34
+ "@eslint-sukka/shared": "7.3.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@eslint-sukka/rollup-config": "7.3.2"
37
+ "@eslint-sukka/rollup-config": "7.3.4"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c rollup.config.ts --configPlugin swc3"