Skip to content

Commit

Permalink
feat: ✨ bump eslint-plugin-perfectionist to v4
Browse files Browse the repository at this point in the history
🏁 Closes: #91
  • Loading branch information
jimmy-guzman committed Nov 19, 2024
1 parent 0f0dc0a commit 2ac8c6e
Show file tree
Hide file tree
Showing 8 changed files with 371 additions and 267 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-perfectionist": "^4.0.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
Expand Down
41 changes: 13 additions & 28 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/typegen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "node:fs/promises";

import { builtinRules } from "eslint/use-at-your-own-risk";
import { flatConfigsToRulesDTS } from "eslint-typegen/core";
import { builtinRules } from "eslint/use-at-your-own-risk";

import jimmyDotCodes from "../src";

Expand Down
Loading

0 comments on commit 2ac8c6e

Please sign in to comment.