@donmahallem/eslint-config 2.3.16 → 2.3.17

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,13 +3,13 @@
3
3
 
4
4
  # ➤ <h1 align="center">@donmahallem/eslint-config</h1>
5
5
  <p align="center">
6
- <a href="https://github.com/donmahallem/rollup-config/actions?query=workflow%3ATest+branch%3Amaster"><img alt="Test" src="https://github.com/donmahallem/rollup-config/workflows/Test/badge.svg?branch=master&event=push" height="20"/></a>
7
- <a href="https://codecov.io/gh/donmahallem/rollup-config"><img alt="codecov" src="https://codecov.io/gh/donmahallem/rollup-config/branch/master/graph/badge.svg" height="20"/></a>
8
- <a href="https://badge.fury.io/js/%40donmahallem%2Frollup-config"><img alt="npm version" src="https://badge.fury.io/js/%40donmahallem%2Frollup-config.svg" height="20"/></a>
9
- <a href="https://github.com/donmahallem/rollup-config/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/donmahallem/rollup-config" height="20"/></a>
10
- <a href="https://david-dm.org/donmahallem/rollup-config"><img alt="dependencies Status" src="https://david-dm.org/donmahallem/rollup-config/status.svg" height="20"/></a>
11
- <a href="https://david-dm.org/donmahallem/rollup-config?type=dev"><img alt="devDependencies Status" src="https://david-dm.org/donmahallem/rollup-config/dev-status.svg?" height="20"/></a>
12
- <a href="https://github.com/donmahallem/rollup-config/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors-anon/donmahallem/rollup-config" height="20"/></a>
6
+ <a href="https://github.com/donmahallem/eslint-config/actions?query=workflow%3ATest+branch%3Amaster"><img alt="Test" src="https://github.com/donmahallem/eslint-config/workflows/Test/badge.svg?branch=master&event=push" height="20"/></a>
7
+ <a href="https://codecov.io/gh/donmahallem/eslint-config"><img alt="codecov" src="https://codecov.io/gh/donmahallem/eslint-config/branch/master/graph/badge.svg" height="20"/></a>
8
+ <a href="https://badge.fury.io/js/%40donmahallem%2Feslint-config"><img alt="npm version" src="https://badge.fury.io/js/%40donmahallem%2Feslint-config.svg" height="20"/></a>
9
+ <a href="https://github.com/donmahallem/eslint-config/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/donmahallem/eslint-config" height="20"/></a>
10
+ <a href="https://david-dm.org/donmahallem/eslint-config"><img alt="dependencies Status" src="https://david-dm.org/donmahallem/eslint-config/status.svg" height="20"/></a>
11
+ <a href="https://david-dm.org/donmahallem/eslint-config?type=dev"><img alt="devDependencies Status" src="https://david-dm.org/donmahallem/eslint-config/dev-status.svg?" height="20"/></a>
12
+ <a href="https://github.com/donmahallem/eslint-config/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors-anon/donmahallem/eslint-config" height="20"/></a>
13
13
  </p>
14
14
 
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/eslint-config",
3
- "version": "2.3.16",
3
+ "version": "2.3.17",
4
4
  "description": "My personal eslint. You better not use it!",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -53,7 +53,7 @@
53
53
  "eslint-plugin-no-null": "~1.0.2",
54
54
  "eslint-plugin-prefer-arrow": "~1.2.3",
55
55
  "prettier": "~3.5.0",
56
- "typescript-eslint": "~8.24.1"
56
+ "typescript-eslint": "~8.25.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "eslint": ">=9.21.0 <10"