@saasmakers/eslint 0.1.11 → 0.1.12

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.
@@ -197,6 +197,7 @@ const eslint_config = antfu__default(
197
197
  "saasmakers/vue-template-format-props": "error",
198
198
  "saasmakers/vue-template-remove-comments": "error",
199
199
  "saasmakers/vue-template-remove-true-attributes": "error",
200
+ "ts/no-use-before-define": "off",
200
201
  "vue/attributes-order": [
201
202
  "error",
202
203
  {
@@ -186,6 +186,7 @@ var eslint_config = antfu(
186
186
  "saasmakers/vue-template-format-props": "error",
187
187
  "saasmakers/vue-template-remove-comments": "error",
188
188
  "saasmakers/vue-template-remove-true-attributes": "error",
189
+ "ts/no-use-before-define": "off",
189
190
  "vue/attributes-order": [
190
191
  "error",
191
192
  {
@@ -186,6 +186,7 @@ var eslint_config = antfu(
186
186
  "saasmakers/vue-template-format-props": "error",
187
187
  "saasmakers/vue-template-remove-comments": "error",
188
188
  "saasmakers/vue-template-remove-true-attributes": "error",
189
+ "ts/no-use-before-define": "off",
189
190
  "vue/attributes-order": [
190
191
  "error",
191
192
  {
@@ -186,6 +186,7 @@ var eslint_config = antfu(
186
186
  "saasmakers/vue-template-format-props": "error",
187
187
  "saasmakers/vue-template-remove-comments": "error",
188
188
  "saasmakers/vue-template-remove-true-attributes": "error",
189
+ "ts/no-use-before-define": "off",
189
190
  "vue/attributes-order": [
190
191
  "error",
191
192
  {
@@ -186,6 +186,7 @@ const eslint_config = antfu(
186
186
  "saasmakers/vue-template-format-props": "error",
187
187
  "saasmakers/vue-template-remove-comments": "error",
188
188
  "saasmakers/vue-template-remove-true-attributes": "error",
189
+ "ts/no-use-before-define": "off",
189
190
  "vue/attributes-order": [
190
191
  "error",
191
192
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
3
  "type": "module",
4
- "version": "0.1.11",
4
+ "version": "0.1.12",
5
5
  "private": false,
6
6
  "description": "Shared ESLint config for SaaS Makers projects",
7
7
  "license": "MIT",