UNPKG
@routineless/nx-aws-cdk
Version:
beta (1.4.3-beta.2)
latest (1.4.2)
1.4.3-beta.2
1.4.3-beta.1
1.4.3-beta.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.1.0-beta.0
1.0.0
0.1.1
0.1.0
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
Nx plugin for AWS CDK
github.com/KozelAnatoliy/routineless
KozelAnatoliy/routineless
@routineless/nx-aws-cdk
/
src
/
types
/
schema.d.ts
10 lines
(9 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Linter
}
from
'@nx/eslint'
;
export
interface
DefaultAppSchema
{
name
:
string
;
directory
?:
string
;
tags
?:
string
;
skipFormat
?:
boolean
;
unitTestRunner
?:
'jest'
|
'none'
;
linter
?:
Linter
; }