Skip to content

Commit e450bdc

Browse files
committed
Minor docs fixes
1 parent f1b5cbe commit e450bdc

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.34",
26-
"eslint-plugin-function-rule": "^0.0.15",
26+
"eslint-plugin-function-rule": "^0.0.16",
2727
"eslint-plugin-jsdoc": "^61.2.1",
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:ts": "tsc --noEmit"
2222
},
2323
"dependencies": {
24-
"eslint-plugin-function-rule": "^0.0.15"
24+
"eslint-plugin-function-rule": "^0.0.16"
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"effect": "^3.19.3",
7575
"eslint": "^9.39.1",
7676
"eslint-plugin-fast-import": "^1.5.3",
77-
"eslint-plugin-function-rule": "^0.0.15",
77+
"eslint-plugin-function-rule": "^0.0.16",
7878
"eslint-plugin-vitest": "^0.5.4",
7979
"mdxlint": "^1.0.0",
8080
"publint": "^0.3.15",

packages/plugins/eslint-plugin-react-x/src/rules/jsx-dollar.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ import React from "react";
7373

7474
function MyComponent({ count, total }) {
7575
return <div>Progress: ${count} / ${total}</div>;
76-
// ^ ^
76+
// ^ ^
7777
// - Possible unnecessary '$' character before expression.
78-
// - Possible unnecessary '$' character before expression.
78+
// - Possible unnecessary '$' character before expression.
7979
}
8080
```
8181

packages/plugins/eslint-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ This project is and will continue to maintain that 90% of the code is written by
191191

192192
Contributions are welcome!
193193

194-
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
194+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/next/.github/CONTRIBUTING.md).
195195

196196
## License
197197

198-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/main/LICENSE) file for details.
198+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/next/LICENSE) file for details.

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)