Skip to content

Commit 5ac2812

Browse files
committed
chore: replace deprecated @nx/linter with @nx/eslint
1 parent da7f0c1 commit 5ac2812

File tree

13 files changed

+13
-12
lines changed

13 files changed

+13
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nx/eslint-plugin": "19.8.14",
4040
"@nx/jest": "19.8.14",
4141
"@nx/js": "19.8.14",
42-
"@nx/linter": "19.8.14",
42+
"@nx/eslint": "19.8.14",
4343
"@nx/playwright": "19.8.14",
4444
"@nx/plugin": "19.8.14",
4545
"@nx/react": "19.8.14",

packages/nx-plugin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"lint": {
40-
"executor": "@nx/linter:eslint",
40+
"executor": "@nx/eslint:lint",
4141
"outputs": ["{options.outputFile}"],
4242
"options": {
4343
"lintFilePatterns": [

packages/pierce-dom/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-chat/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-data-grid-react-window-grid/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-data-grid-react-window/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-draggable-dialog/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-headless-provider/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

packages/react-resize-handle/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependsOn": ["build"]
1414
},
1515
"lint": {
16-
"executor": "@nx/linter:eslint",
16+
"executor": "@nx/eslint:lint",
1717
"outputs": ["{options.outputFile}"],
1818
"options": {
1919
"lintFilePatterns": [

packages/react-shadow/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["build"]
1313
},
1414
"lint": {
15-
"executor": "@nx/linter:eslint",
15+
"executor": "@nx/eslint:lint",
1616
"outputs": ["{options.outputFile}"],
1717
"options": {
1818
"lintFilePatterns": [

0 commit comments

Comments
 (0)