Skip to content

Commit

Permalink
chore: move eslint-config-standard-with-typescript to `eslint-confi…
Browse files Browse the repository at this point in the history
…g-love`
  • Loading branch information
climba03003 committed Apr 18, 2024
1 parent 5c028b6 commit ba32289
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eventemitter/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eventemitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-pool/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "standard-with-typescript",
"extends": "love",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
Expand Down
131 changes: 22 additions & 109 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba32289

Please sign in to comment.