@shayanthenerd/eslint-config 0.22.0 → 0.23.0
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @shayanthenerd/eslint-config [![license-badge]][license] [![npm-version-badge]][npmx]
|
|
1
|
+
# @shayanthenerd/eslint-config [![license-badge]][license] [![npm-version-badge]][npmx]
|
|
2
2
|
|
|
3
3
|
ESLint configuration for enforcing best practices and maintaining a consistent coding style. [Explore configurations][online-preview]!
|
|
4
4
|
|
|
@@ -653,8 +653,6 @@ This project was inspired by the work of [Anthony Fu][antfu], whose generous con
|
|
|
653
653
|
[MIT][license] License © 2025-PRESENT — [Shayan Zamani][ShayanTheNerd]
|
|
654
654
|
|
|
655
655
|
<!-- Badges -->
|
|
656
|
-
[jsr]: https://jsr.io/badges/@shayanthenerd/eslint-config
|
|
657
|
-
[jsr-version-badge]: https://jsr.io/badges/@shayanthenerd/eslint-config?logoColor=FEFEFE&labelColor=3B82F6&color=3B82F6
|
|
658
656
|
[license]: ./LICENSE
|
|
659
657
|
[license-badge]: https://img.shields.io/badge/License-MIT-blue.svg?logoColor=FEFEFE&labelColor=3B82F6&color=3B82F6
|
|
660
658
|
[npm-version-badge]: https://img.shields.io/npm/v/@shayanthenerd/eslint-config?label=&logo=npm&logoColor=FEFEFE&labelColor=3B82F6&color=3B82F6
|
package/package.json
CHANGED