Skip to content

Commit

Permalink
Fix docs eslint plugin (#27)
Browse files Browse the repository at this point in the history
* Fix docs for eslint-plugin

* Rush change
  • Loading branch information
ilbrando authored Dec 14, 2024
1 parent aabb67d commit fb09db4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/eslint-plugin",
"comment": "Fixed documentation for eslint-plugin",
"type": "none"
}
],
"packageName": "@ilbrando/eslint-plugin"
}
8 changes: 8 additions & 0 deletions common/config/rush/pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/utils": "~7.9.0",
"@typescript-eslint/parser": "~7.9.0",
"@typescript-eslint/eslint-plugin": "~7.10.0",
"@types/eslint-config-prettier": "~6.11.3",
"@eslint/js": "~9.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/eslint-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const plugin = {
} satisfies FlatConfig.Plugin;

/*
extends: ["eslint:recommended", "plugin:react/recommended", "plugin:react/jsx-runtime", "plugin:@typescript-eslint/recommended", "prettier"],
plugins: ["@typescript-eslint", "react", "react-hooks", "@rankingmanager/eslint-plugin-rankingmanager", "prettier"],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
plugins: ["@typescript-eslint", "prettier"],
*/
const configs = {
Expand Down

0 comments on commit fb09db4

Please sign in to comment.