@saasmakers/eslint 0.2.3 → 0.2.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.
@@ -10798,7 +10798,7 @@ const eslint_config = antfu__default(
10798
10798
  order: ["context", "dockerfile", "args", "target"],
10799
10799
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.build$"
10800
10800
  }, {
10801
- order: ["condition"],
10801
+ order: { type: "asc" },
10802
10802
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.depends_on(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])$"
10803
10803
  }, {
10804
10804
  order: { type: "asc" },
@@ -77,7 +77,7 @@ var eslint_config = antfu(
77
77
  order: ["context", "dockerfile", "args", "target"],
78
78
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.build$"
79
79
  }, {
80
- order: ["condition"],
80
+ order: { type: "asc" },
81
81
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.depends_on(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])$"
82
82
  }, {
83
83
  order: { type: "asc" },
@@ -77,7 +77,7 @@ var eslint_config = antfu(
77
77
  order: ["context", "dockerfile", "args", "target"],
78
78
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.build$"
79
79
  }, {
80
- order: ["condition"],
80
+ order: { type: "asc" },
81
81
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.depends_on(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])$"
82
82
  }, {
83
83
  order: { type: "asc" },
@@ -77,7 +77,7 @@ var eslint_config = antfu(
77
77
  order: ["context", "dockerfile", "args", "target"],
78
78
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.build$"
79
79
  }, {
80
- order: ["condition"],
80
+ order: { type: "asc" },
81
81
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.depends_on(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])$"
82
82
  }, {
83
83
  order: { type: "asc" },
@@ -10771,7 +10771,7 @@ const eslint_config = antfu(
10771
10771
  order: ["context", "dockerfile", "args", "target"],
10772
10772
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.build$"
10773
10773
  }, {
10774
- order: ["condition"],
10774
+ order: { type: "asc" },
10775
10775
  pathPattern: "^services(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])\\.depends_on(?:\\.[^.\\[\\]]+|\\[[^\\]]+\\])$"
10776
10776
  }, {
10777
10777
  order: { type: "asc" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "license": "MIT",