@nrwl/eslint-plugin-nx 19.0.0-beta.7 → 19.0.0-beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [Read more here](https://nx.dev/recipes/other/rescope)
6
6
 
7
- @nrwl/eslint-plugin-nx will no longer be published in Nx v18.
7
+ @nrwl/eslint-plugin-nx will no longer be published in the future.
8
8
 
9
9
  <p style="text-align: center;">
10
10
  <picture>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/eslint-plugin-nx",
3
- "version": "19.0.0-beta.7",
3
+ "version": "19.0.0-beta.9",
4
4
  "private": false,
5
5
  "description": "The eslint-plugin-nx package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "homepage": "https://nx.dev",
26
26
  "dependencies": {
27
- "@nx/eslint-plugin": "19.0.0-beta.7"
27
+ "@nx/eslint-plugin": "19.0.0-beta.9"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"