File tree Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
import { sxzz } from '@sxzz/eslint-config'
2
2
3
- export default sxzz ( {
4
- rules : {
5
- 'unicorn/filename-case' : 'off' ,
6
- 'import/no-default-export' : 'off' ,
7
- 'unused-imports/no-unused-vars' : 'warn' ,
8
- 'unicorn/no-new-array' : 'off' ,
3
+ export default sxzz ( [
4
+ {
5
+ rules : {
6
+ 'unicorn/filename-case' : 'off' ,
7
+ 'import/no-default-export' : 'off' ,
8
+ 'unused-imports/no-unused-vars' : 'warn' ,
9
+ 'unicorn/no-new-array' : 'off' ,
10
+ } ,
9
11
} ,
10
- } )
12
+ {
13
+ ignores : [ '**/patched' ] ,
14
+ } ,
15
+ ] )
Original file line number Diff line number Diff line change 1
1
{
2
- "packageManager" : " pnpm@10.2 .1" ,
2
+ "packageManager" : " pnpm@10.4 .1" ,
3
3
"description" : " Vue JSX Vapor" ,
4
4
"type" : " module" ,
5
5
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/babel" ,
3
3
"version" : " 0.0.5" ,
4
- "packageManager" : " pnpm@10.2 .1" ,
4
+ "packageManager" : " pnpm@10.4 .1" ,
5
5
"description" : " Vue JSX Vapor Babel Plugin" ,
6
6
"type" : " module" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/compiler" ,
3
3
"version" : " 0.1.6" ,
4
- "packageManager" : " pnpm@10.2 .1" ,
4
+ "packageManager" : " pnpm@10.4 .1" ,
5
5
"description" : " Vue JSX Vapor Compiler" ,
6
6
"type" : " module" ,
7
7
"keywords" : [
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { parse } from '@babel/parser'
3
3
import {
4
4
type VaporCodegenResult as BaseVaporCodegenResult ,
5
5
generate ,
6
- } from './patched/compiler-vapor.js'
6
+ } from '.. /patched/compiler-vapor.js'
7
7
import {
8
8
type DirectiveTransform ,
9
9
type NodeTransform ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-vue-jsx-vapor" ,
3
3
"version" : " 1.3.5" ,
4
- "packageManager" : " pnpm@10.2 .1" ,
4
+ "packageManager" : " pnpm@10.4 .1" ,
5
5
"description" : " Convert Vue JSX to Vapor" ,
6
6
"type" : " module" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments