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

Commit 4c51931

Browse files
committed
Self reference types/prettier
1 parent 6701c14 commit 4c51931

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const { defineConfig } = require('eslint-define-config');
33
const { readGitignoreFiles } = require('eslint-gitignore');
44

5+
/// <reference types="types/prettier" />
56
/// <reference types="types/typescript-eslint" />
67

78
module.exports = defineConfig({

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"type": "module",
1616
"license": "MIT",
1717
"devDependencies": {
18+
"@eslint-types/prettier": "workspace:~",
1819
"@eslint-types/typescript-eslint": "workspace:~",
1920
"@types/eslint": "~8.44.6",
2021
"@types/json-schema": "~7.0.14",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)