File tree 5 files changed +1228
-826
lines changed
packages/eslint-config/src
5 files changed +1228
-826
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-eslint-docs" ,
3
- "packageManager" : " pnpm@10.2 .1" ,
3
+ "packageManager" : " pnpm@10.4 .1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docs:dev" : " nuxi dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"type" : " module" ,
4
- "packageManager" : " pnpm@10.2 .1" ,
4
+ "packageManager" : " pnpm@10.4 .1" ,
5
5
"version" : " 1.0.1" ,
6
6
"scripts" : {
7
7
"build" : " pnpm run -r build" ,
35
35
"bumpp" : " catalog:" ,
36
36
"eslint" : " catalog:" ,
37
37
"eslint-plugin-format" : " catalog:" ,
38
- "fast-glob" : " catalog:" ,
39
38
"nuxt" : " catalog:" ,
40
39
"nuxt-og-image" : " catalog:" ,
41
40
"taze" : " catalog:" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export interface NuxtESLintFeaturesOptions {
56
56
* @see https://eslint.style/guide/config-presets
57
57
* @default false
58
58
*/
59
- stylistic ?: boolean | StylisticCustomizeOptions < true >
59
+ stylistic ?: boolean | StylisticCustomizeOptions
60
60
61
61
/**
62
62
* Enable formatters to handling formatting for different file types
You can’t perform that action at this time.
0 commit comments