@fabdeh/eslint-config 0.1.1 → 0.1.2

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
@@ -103,7 +103,7 @@ const GLOB_EXCLUDE = [
103
103
  ];
104
104
 
105
105
  const SCOPE_URL = node_url.fileURLToPath(new URL(".", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href))));
106
- const IS_CWD_IN_SCOPE = localPkg.isPackageExists("@antfu/eslint-config");
106
+ const IS_CWD_IN_SCOPE = localPkg.isPackageExists("@fabdeh/eslint-config");
107
107
  function isInEditorEnv() {
108
108
  if (process__default.env.CI) {
109
109
  return false;
package/dist/index.mjs CHANGED
@@ -74,7 +74,7 @@ const GLOB_EXCLUDE = [
74
74
  ];
75
75
 
76
76
  const SCOPE_URL = fileURLToPath(new URL(".", import.meta.url));
77
- const IS_CWD_IN_SCOPE = isPackageExists("@antfu/eslint-config");
77
+ const IS_CWD_IN_SCOPE = isPackageExists("@fabdeh/eslint-config");
78
78
  function isInEditorEnv() {
79
79
  if (process.env.CI) {
80
80
  return false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabdeh/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "packageManager": "pnpm@10.0.0",
6
6
  "description": "My personal eslint config preset",
7
7
  "author": "Fabien Dehopré <fabien@dehopre.dev> (https://github.com/FabienDehopre)",