Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 430a30c

Browse files
committed
Add missing READMEs
1 parent f8947f9 commit 430a30c

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

types/prettier/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<p>
2+
<a href="https://www.npmjs.com/package/@eslint-types/prettier" target="_blank">
3+
<img alt="NPM package" src="https://img.shields.io/npm/v/@eslint-types/prettier.svg">
4+
</a>
5+
<a href="https://www.npmjs.com/package/@eslint-types/prettier" target="_blank">
6+
<img alt="Downloads" src="https://img.shields.io/npm/dt/@eslint-types/prettier.svg">
7+
</a>
8+
<a href="https://github.com/eslint-types/define-config-plugin-types/blob/main/LICENSE">
9+
<img alt="License: MIT" src="https://img.shields.io/github/license/eslint-types/define-config-plugin-types.svg">
10+
</a>
11+
<a href="https://www.paypal.com/donate?hosted_button_id=L7GY729FBKTZY" target="_blank">
12+
<img alt="Donate: PayPal" src="https://img.shields.io/badge/Donate-PayPal-blue.svg">
13+
</a>
14+
</p>
15+
16+
# @eslint-types/prettier
17+
18+
## Install
19+
20+
```sh
21+
npm install -D @eslint-types/prettier
22+
```
23+
24+
## Usage
25+
26+
```js
27+
// @ts-check
28+
const { defineConfig } = require('eslint-define-config');
29+
30+
/// <reference types="@eslint-types/prettier" />
31+
32+
module.exports = defineConfig({
33+
// ...
34+
});
35+
```

types/unicorn/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<p>
2+
<a href="https://www.npmjs.com/package/@eslint-types/unicorn" target="_blank">
3+
<img alt="NPM package" src="https://img.shields.io/npm/v/@eslint-types/unicorn.svg">
4+
</a>
5+
<a href="https://www.npmjs.com/package/@eslint-types/unicorn" target="_blank">
6+
<img alt="Downloads" src="https://img.shields.io/npm/dt/@eslint-types/unicorn.svg">
7+
</a>
8+
<a href="https://github.com/eslint-types/define-config-plugin-types/blob/main/LICENSE">
9+
<img alt="License: MIT" src="https://img.shields.io/github/license/eslint-types/define-config-plugin-types.svg">
10+
</a>
11+
<a href="https://www.paypal.com/donate?hosted_button_id=L7GY729FBKTZY" target="_blank">
12+
<img alt="Donate: PayPal" src="https://img.shields.io/badge/Donate-PayPal-blue.svg">
13+
</a>
14+
</p>
15+
16+
# @eslint-types/unicorn
17+
18+
## Install
19+
20+
```sh
21+
npm install -D @eslint-types/unicorn
22+
```
23+
24+
## Usage
25+
26+
```js
27+
// @ts-check
28+
const { defineConfig } = require('eslint-define-config');
29+
30+
/// <reference types="@eslint-types/unicorn" />
31+
32+
module.exports = defineConfig({
33+
// ...
34+
});
35+
```

0 commit comments

Comments
 (0)