@typescript-eslint/experimental-utils 5.45.1-alpha.2 → 5.45.1-alpha.3

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 +4 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,12 +1,9 @@
1
- <h1 align="center">Utils for ESLint Plugins</h1>
1
+ # `@typescript-eslint/experimental-utils`
2
2
 
3
- <p align="center">Utilities for working with TypeScript + ESLint together.</p>
3
+ Utilities for working with TypeScript + ESLint together.
4
4
 
5
- <p align="center">
6
- <img src="https://github.com/typescript-eslint/typescript-eslint/workflows/CI/badge.svg" alt="CI" />
7
- <a href="https://www.npmjs.com/package/@typescript-eslint/experimental-utils"><img src="https://img.shields.io/npm/v/@typescript-eslint/experimental-utils.svg?style=flat-square" alt="NPM Version" /></a>
8
- <a href="https://www.npmjs.com/package/@typescript-eslint/experimental-utils"><img src="https://img.shields.io/npm/dm/@typescript-eslint/experimental-utils.svg?style=flat-square" alt="NPM Downloads" /></a>
9
- </p>
5
+ [![NPM Version](https://img.shields.io/npm/v/@typescript-eslint/experimental-utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/experimental-utils)
6
+ [![NPM Downloads](https://img.shields.io/npm/dm/@typescript-eslint/experimental-utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/experimental-utils)
10
7
 
11
8
  ## Note
12
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.45.1-alpha.2+b9dfc0a2",
3
+ "version": "5.45.1-alpha.3+0af822ab",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -38,7 +38,7 @@
38
38
  "typecheck": "tsc -p tsconfig.json --noEmit"
39
39
  },
40
40
  "dependencies": {
41
- "@typescript-eslint/utils": "5.45.1-alpha.2+b9dfc0a2"
41
+ "@typescript-eslint/utils": "5.45.1-alpha.3+0af822ab"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -50,5 +50,5 @@
50
50
  "type": "opencollective",
51
51
  "url": "https://opencollective.com/typescript-eslint"
52
52
  },
53
- "gitHead": "b9dfc0a267fdcd096e15ce88fa5fc6175df52ee0"
53
+ "gitHead": "0af822abb44c566fc05f52d78c0783282fe5556d"
54
54
  }