@nicksp/eslint-config 1.5.4 → 1.5.6

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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # @nicksp/eslint-config
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@nicksp/eslint-config.svg)](https://www.npmjs.com/package/@nicksp/eslint-config) [![Node.js CI status](https://github.com/nicksp/eslint-config/workflows/CI/badge.svg)](https://github.com/nicksp/eslint-config/actions)
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
5
+ [![Node.js CI status][ci-src]][ci-href]
6
+ [![pkg.pr.new][cr-src]][cr-href]
4
7
 
5
8
  Shared ESLint config I use on my personal projects. Based on [antfu's config](https://github.com/antfu/eslint-config).
6
9
 
@@ -188,3 +191,13 @@ export default defineConfig({
188
191
  ## License
189
192
 
190
193
  [MIT](LICENSE) License © 2025 [Nick Plekhanov](https://plekhanov.me)
194
+
195
+ <!-- Badges -->
196
+ [npm-version-src]: <https://img.shields.io/npm/v/@nicksp/eslint-config.svg>
197
+ [npm-version-href]: <https://npmjs.com/package/@nicksp/eslint-config>
198
+ [npm-downloads-src]: <https://img.shields.io/npm/dm/@nicksp/eslint-config>
199
+ [npm-downloads-href]: <https://www.npmcharts.com/compare/@nicksp/eslint-config?interval=30>
200
+ [ci-src]: <https://github.com/nicksp/eslint-config/workflows/CI/badge.svg>
201
+ [ci-href]: <https://github.com/nicksp/eslint-config/actions/workflows/ci.yml>
202
+ [cr-src]: <https://pkg.pr.new/badge/nicksp/eslint-config>
203
+ [cr-href]: <https://pkg.pr.new/~/nicksp/eslint-config>