@eslint-react/eslint-plugin 1.52.7-beta.0 → 1.52.7-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.d.mts +229 -2438
- package/dist/index.d.ts +229 -2438
- package/dist/index.js +17 -11
- package/dist/index.mjs +14 -11
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -162,8 +162,8 @@ export default tseslint.config({
|
|
|
162
162
|
|
|
163
163
|
Contributions are welcome!
|
|
164
164
|
|
|
165
|
-
Please follow our [contributing guidelines](
|
|
165
|
+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
|
|
166
166
|
|
|
167
167
|
## License
|
|
168
168
|
|
|
169
|
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
169
|
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/main/LICENSE) file for details.
|