@saasmakers/eslint 1.0.20 → 1.0.21

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.
@@ -10869,6 +10869,8 @@ const eslint_config = antfu__default(
10869
10869
  rules: {
10870
10870
  "saasmakers/ts-format-layout": "error",
10871
10871
  "saasmakers/ts-format-tests": "error",
10872
+ "saasmakers/vue-format-i18n": "error",
10873
+ "saasmakers/vue-format-script": "error",
10872
10874
  "saasmakers/vue-format-template": "error"
10873
10875
  }
10874
10876
  },
@@ -149,6 +149,8 @@ var eslint_config = antfu(
149
149
  rules: {
150
150
  "saasmakers/ts-format-layout": "error",
151
151
  "saasmakers/ts-format-tests": "error",
152
+ "saasmakers/vue-format-i18n": "error",
153
+ "saasmakers/vue-format-script": "error",
152
154
  "saasmakers/vue-format-template": "error"
153
155
  }
154
156
  },
@@ -149,6 +149,8 @@ var eslint_config = antfu(
149
149
  rules: {
150
150
  "saasmakers/ts-format-layout": "error",
151
151
  "saasmakers/ts-format-tests": "error",
152
+ "saasmakers/vue-format-i18n": "error",
153
+ "saasmakers/vue-format-script": "error",
152
154
  "saasmakers/vue-format-template": "error"
153
155
  }
154
156
  },
@@ -149,6 +149,8 @@ var eslint_config = antfu(
149
149
  rules: {
150
150
  "saasmakers/ts-format-layout": "error",
151
151
  "saasmakers/ts-format-tests": "error",
152
+ "saasmakers/vue-format-i18n": "error",
153
+ "saasmakers/vue-format-script": "error",
152
154
  "saasmakers/vue-format-template": "error"
153
155
  }
154
156
  },
@@ -10843,6 +10843,8 @@ const eslint_config = antfu(
10843
10843
  rules: {
10844
10844
  "saasmakers/ts-format-layout": "error",
10845
10845
  "saasmakers/ts-format-tests": "error",
10846
+ "saasmakers/vue-format-i18n": "error",
10847
+ "saasmakers/vue-format-script": "error",
10846
10848
  "saasmakers/vue-format-template": "error"
10847
10849
  }
10848
10850
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "license": "MIT",