Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2023
1 parent 607b0b9 commit 97c9f27
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 275 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "vitest run --coverage && eslint . && sh scripts/max-listeners-check.sh"
},
"devDependencies": {
"@logux/eslint-config": "^51.0.2",
"@logux/eslint-config": "^52.0.1",
"@size-limit/dual-publish": "workspace:^",
"@size-limit/esbuild": "workspace:^",
"@size-limit/esbuild-why": "workspace:^",
Expand All @@ -23,10 +23,12 @@
"clean-publish": "^4.2.0",
"cross-spawn": "^7.0.3",
"dual-publish": "^3.0.1",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node-imports": "^1.0.2",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"print-snapshots": "^0.4.2",
Expand Down

0 comments on commit 97c9f27

Please sign in to comment.