@maz-ui/eslint-config 5.0.0-beta.28 → 5.0.0-beta.39

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -299,6 +299,7 @@ const vueSfcOnlyRules = {
299
299
  "no-useless-assignment": "off"
300
300
  };
301
301
 
302
+ process.env.SYNCKIT_TIMEOUT ??= "120000";
302
303
  const TAG = "[@maz-ui/eslint-config]";
303
304
  const defaultOptions = {
304
305
  formatters: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/eslint-config",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.28",
4
+ "version": "5.0.0-beta.39",
5
5
  "description": "ESLint configuration for JavaScript/TypeScript projects",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",