@nx/eslint-plugin 23.1.0-beta.5 → 23.1.0-beta.7
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.
|
@@ -289,7 +289,7 @@ function hasBuildExecutor(projectGraph, buildTargets = ['build']) {
|
|
|
289
289
|
}
|
|
290
290
|
const ESLINT_REGEX = /node_modules.*[\/\\]eslint(?:\.js)?$/;
|
|
291
291
|
const JEST_REGEX = /node_modules\/.bin\/jest$/; // when we run unit tests in jest
|
|
292
|
-
const NRWL_CLI_REGEX = /nx[\/\\]bin[\/\\]run-executor\.js$/;
|
|
292
|
+
const NRWL_CLI_REGEX = /nx[\/\\]dist[\/\\]bin[\/\\]run-executor\.js$/;
|
|
293
293
|
function isTerminalRun() {
|
|
294
294
|
return (process.argv.length > 1 &&
|
|
295
295
|
(!!process.argv[1].match(NRWL_CLI_REGEX) ||
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/eslint-plugin",
|
|
3
|
-
"version": "23.1.0-beta.
|
|
3
|
+
"version": "23.1.0-beta.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"jsonc-eslint-parser": "^2.1.0",
|
|
102
102
|
"semver": "^7.6.3",
|
|
103
103
|
"tslib": "^2.3.0",
|
|
104
|
-
"@nx/
|
|
105
|
-
"@nx/
|
|
104
|
+
"@nx/js": "23.1.0-beta.7",
|
|
105
|
+
"@nx/devkit": "23.1.0-beta.7"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"nx": "23.1.0-beta.
|
|
108
|
+
"nx": "23.1.0-beta.7"
|
|
109
109
|
},
|
|
110
110
|
"publishConfig": {
|
|
111
111
|
"access": "public"
|