Skip to content

Commit 0185fa0

Browse files
committed
feature(eslint-plugin-putout) eslint-plugin-node -> eslint-plugin-n
1 parent be85d5a commit 0185fa0

File tree

342 files changed

+537
-537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+537
-537
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}
77
}],
88
"extends": [
9-
"plugin:node/recommended",
9+
"plugin:n/recommended",
1010
"plugin:putout/safe+align"
1111
],
1212
"plugins": [
13-
"node",
13+
"n",
1414
"putout",
1515
"import"
1616
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": [
3-
"plugin:node/recommended",
3+
"plugin:n/recommended",
44
"plugin:putout/recommended"
55
],
66
"plugins": [
7-
"node",
7+
"n",
88
"putout"
99
]
1010
}

codemods/apply-filter-boolean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@putout/test": "^5.0.0",
3636
"c8": "^7.5.0",
3737
"eslint": "^8.0.1",
38-
"eslint-plugin-node": "^11.0.0",
38+
"eslint-plugin-n": "^15.2.4",
3939
"eslint-plugin-putout": "^15.0.0",
4040
"lerna": "^5.0.0",
4141
"madrun": "^9.0.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": [
3-
"plugin:node/recommended",
3+
"plugin:n/recommended",
44
"plugin:putout/recommended"
55
],
66
"plugins": [
7-
"node",
7+
"n",
88
"putout"
99
]
1010
}

codemods/apply-replace-all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@putout/test": "^5.0.0",
3939
"c8": "^7.5.0",
4040
"eslint": "^8.0.1",
41-
"eslint-plugin-node": "^11.0.0",
41+
"eslint-plugin-n": "^15.2.4",
4242
"eslint-plugin-putout": "^15.0.0",
4343
"lerna": "^5.0.0",
4444
"madrun": "^9.0.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": [
3-
"plugin:node/recommended",
3+
"plugin:n/recommended",
44
"plugin:putout/recommended"
55
],
66
"plugins": [
77
"putout",
8-
"node"
8+
"n"
99
]
1010
}

codemods/convert-any-to-primitive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@putout/test": "^5.0.0",
3939
"c8": "^7.5.0",
4040
"eslint": "^8.0.1",
41-
"eslint-plugin-node": "^11.0.0",
41+
"eslint-plugin-n": "^15.2.4",
4242
"eslint-plugin-putout": "^15.0.0",
4343
"madrun": "^9.0.0"
4444
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": [
3-
"plugin:node/recommended",
3+
"plugin:n/recommended",
44
"plugin:putout/recommended"
55
],
66
"plugins": [
7-
"node",
7+
"n",
88
"putout"
99
]
1010
}

codemods/convert-pascal-to-camel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@putout/test": "^5.0.0",
3838
"c8": "^7.5.0",
3939
"eslint": "^8.0.1",
40-
"eslint-plugin-node": "^11.0.0",
40+
"eslint-plugin-n": "^15.2.4",
4141
"eslint-plugin-putout": "^15.0.0",
4242
"just-camel-case": "^4.0.2",
4343
"madrun": "^9.0.0",

codemods/cut-legacy/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": [
3-
"plugin:node/recommended",
3+
"plugin:n/recommended",
44
"plugin:putout/recommended"
55
],
66
"plugins": [
77
"putout",
8-
"node"
8+
"n"
99
]
1010
}

0 commit comments

Comments
 (0)