Skip to content

Commit

Permalink
chore: package: add eslint-plugin-n
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 7, 2022
1 parent 9c87d7b commit 7b6df7e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@supertape/operator-stub": "*",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/formatter-fail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"montag": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/formatter-json-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"montag": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"montag": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/formatter-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"montag": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/formatter-tap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"montag": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/operator-stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"c8": "^7.3.5",
"check-dts": "^0.6.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/supertape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"c8": "^7.3.5",
"check-dts": "^0.6.5",
"eslint": "^8.0.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-putout": "^16.0.1",
"find-up": "^6.3.0",
"madrun": "^9.0.0",
Expand Down

0 comments on commit 7b6df7e

Please sign in to comment.