@meteorlxy/eslint-config 4.2.2 → 4.2.3

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
@@ -1295,7 +1295,7 @@ const typescriptRules = {
1295
1295
  "error",
1296
1296
  {
1297
1297
  selector: "variable",
1298
- modifiers: ["const", "global"],
1298
+ modifiers: ["const", "exported"],
1299
1299
  types: ["array", "boolean", "number", "string"],
1300
1300
  format: ["UPPER_CASE"]
1301
1301
  },
package/dist/index.mjs CHANGED
@@ -1283,7 +1283,7 @@ const typescriptRules = {
1283
1283
  "error",
1284
1284
  {
1285
1285
  selector: "variable",
1286
- modifiers: ["const", "global"],
1286
+ modifiers: ["const", "exported"],
1287
1287
  types: ["array", "boolean", "number", "string"],
1288
1288
  format: ["UPPER_CASE"]
1289
1289
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorlxy/eslint-config",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "meteorlxy eslint config",
5
5
  "keywords": [
6
6
  "config",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "981f3bdeae7b3eda356da94e272bb3c2d09f8669"
82
+ "gitHead": "74a0d7b16e704a0903e46fbbd5ad4c5fa7bc06dd"
83
83
  }