This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments