File tree Expand file tree Collapse file tree 10 files changed +30
-22
lines changed Expand file tree Collapse file tree 10 files changed +30
-22
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 115
115
" storage/framework/.stacks/core/bun-create/*" ,
116
116
" storage/framework/.stacks/core/*" ,
117
117
" storage/framework/stacks/*"
118
- ]
118
+ ],
119
+ "devDependencies" : {
120
+ "eslint" : " npm:eslint-ts-patch@^8.55.0-1" ,
121
+ "eslint-ts-patch" : " ^8.55.0-1"
122
+ }
119
123
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export class AiStack {
23
23
24
24
// Defining the Node.js Lambda function
25
25
const aiLambda = new lambda . Function ( scope , 'LambdaFunction' , {
26
- runtime : lambda . Runtime . NODEJS_18_X ,
26
+ runtime : lambda . Runtime . NODEJS_20_X ,
27
27
handler : 'index.handler' ,
28
28
code : lambda . Code . fromAsset ( 'lambda' ) ,
29
29
// layers: [awsSdkLayer],
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ export class Cloud extends Stack {
86
86
cdn : cdn . distribution ,
87
87
} )
88
88
89
- // new AiStack(this, props)
89
+ new AiStack ( this , props )
90
90
}
91
91
}
Original file line number Diff line number Diff line change 55
55
"@stacksjs/tinker" : " workspace:*" ,
56
56
"@stacksjs/tunnel" : " workspace:*" ,
57
57
"@stacksjs/types" : " workspace:*" ,
58
- "eslint" : " ^8.55.0" ,
58
+ "eslint" : " npm:eslint-ts-patch@ ^8.55.0-1 " ,
59
59
"typescript" : " ^5.3.3"
60
60
},
61
61
"dependencies" : {
66
66
"@stacksjs/tinker" : " workspace:*" ,
67
67
"@stacksjs/tunnel" : " workspace:*" ,
68
68
"@stacksjs/types" : " workspace:*" ,
69
- "eslint" : " ^8.55.0" ,
69
+ "eslint" : " npm:eslint-ts-patch@ ^8.55.0-1 " ,
70
70
"typescript" : " ^5.3.3"
71
71
},
72
72
"devDependencies" : {
73
- "@total-typescript/ts-reset" : " ^0.5.1"
73
+ "@total-typescript/ts-reset" : " ^0.5.1" ,
74
+ "eslint" : " npm:eslint-ts-patch@^8.55.0-1" ,
75
+ "eslint-ts-patch" : " ^8.55.0-1"
74
76
}
75
77
}
Original file line number Diff line number Diff line change 1
1
// @ts -check
2
- import styleMigrate from '@stylistic/eslint-plugin-migrate'
3
- import stacks from './dist/index.js'
2
+ import stacks from './src'
4
3
5
4
export default stacks (
6
5
{
@@ -19,13 +18,13 @@ export default stacks(
19
18
'perfectionist/sort-objects' : 'error' ,
20
19
} ,
21
20
} ,
22
- {
23
- files : [ 'src/configs/*.ts' ] ,
24
- plugins : {
25
- 'style-migrate' : styleMigrate ,
26
- } ,
27
- rules : {
28
- 'style-migrate/migrate' : [ 'error' , { namespaceTo : 'style' } ] ,
29
- } ,
30
- } ,
21
+ // {
22
+ // files: ['src/configs/*.ts'],
23
+ // plugins: {
24
+ // 'style-migrate': styleMigrate,
25
+ // },
26
+ // rules: {
27
+ // 'style-migrate/migrate': ['error', { namespaceTo: 'style' }],
28
+ // },
29
+ // },
31
30
)
Original file line number Diff line number Diff line change 32
32
},
33
33
"peerDependencies" : {
34
34
"@unocss/eslint-plugin" : " >=0.58.0" ,
35
- "eslint" : " >=8.55.0" ,
35
+ "eslint" : " npm:eslint-ts-patch@^8.55.0-1" ,
36
+ "eslint-ts-patch" : " ^8.55.0-1" ,
36
37
"eslint-plugin-format" : " ^0.1.0" ,
37
38
"eslint-plugin-react" : " ^7.33.2" ,
38
39
"eslint-plugin-react-hooks" : " ^4.6.0" ,
96
97
"@types/eslint" : " ^8.44.8" ,
97
98
"@types/node" : " ^20.10.4" ,
98
99
"@unocss/eslint-plugin" : " ^0.58.0" ,
99
- "eslint" : " ^8.55.0" ,
100
+ "eslint" : " npm:eslint-ts-patch@ ^8.55.0-1 " ,
100
101
"eslint-flat-config-viewer" : " ^0.1.3" ,
101
102
"eslint-plugin-format" : " ^0.1.0" ,
103
+ "eslint-ts-patch" : " ^8.55.0-1" ,
102
104
"lint-staged" : " ^15.2.0" ,
103
105
"rimraf" : " ^5.0.5" ,
104
106
"tsup" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 50
50
"peerDependencies" : {
51
51
"@stacksjs/eslint-config" : " workspace:*" ,
52
52
"@types/eslint" : " ^8.44.8" ,
53
- "eslint" : " ^8.55.0" ,
53
+ "eslint" : " npm:eslint-ts-patch@^8.55.0-1" ,
54
+ "eslint-ts-patch" : " ^8.55.0-1" ,
54
55
"lint-staged" : " ^15.2.0" ,
55
56
"publint" : " ^0.2.6"
56
57
},
57
58
"dependencies" : {
58
59
"@stacksjs/eslint-config" : " workspace:*" ,
59
60
"@types/eslint" : " ^8.44.8" ,
60
- "eslint" : " ^8.55.0" ,
61
+ "eslint" : " npm:eslint-ts-patch@^8.55.0-1" ,
62
+ "eslint-ts-patch" : " ^8.55.0-1" ,
61
63
"lint-staged" : " ^15.2.0" ,
62
64
"publint" : " ^0.2.6"
63
65
},
Original file line number Diff line number Diff line change @@ -291,4 +291,3 @@ export interface GithubCommit {
291
291
deployments_url : string ;
292
292
} ;
293
293
}
294
-
You can’t perform that action at this time.
0 commit comments