Skip to content

Commit a9846af

Browse files
committedFeb 18, 2025
feat: migrate to unicorn v57, stylistic v4
1 parent 16c8453 commit a9846af

File tree

5 files changed

+1228
-826
lines changed

5 files changed

+1228
-826
lines changed
 

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "pnpm@10.2.1",
3+
"packageManager": "pnpm@10.4.1",
44
"private": true,
55
"scripts": {
66
"docs:dev": "nuxi dev",

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.2.1",
4+
"packageManager": "pnpm@10.4.1",
55
"version": "1.0.1",
66
"scripts": {
77
"build": "pnpm run -r build",
@@ -35,7 +35,6 @@
3535
"bumpp": "catalog:",
3636
"eslint": "catalog:",
3737
"eslint-plugin-format": "catalog:",
38-
"fast-glob": "catalog:",
3938
"nuxt": "catalog:",
4039
"nuxt-og-image": "catalog:",
4140
"taze": "catalog:",

‎packages/eslint-config/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface NuxtESLintFeaturesOptions {
5656
* @see https://eslint.style/guide/config-presets
5757
* @default false
5858
*/
59-
stylistic?: boolean | StylisticCustomizeOptions<true>
59+
stylistic?: boolean | StylisticCustomizeOptions
6060

6161
/**
6262
* Enable formatters to handling formatting for different file types

0 commit comments

Comments
 (0)