Merge branch 'dev' of gitea.51mars.com:Oak-Team/oak-cli into dev
This commit is contained in:
commit
6018e9895b
|
|
@ -296,6 +296,14 @@ export function packageJsonContent({
|
||||||
"crypto-browserify": {
|
"crypto-browserify": {
|
||||||
"readable-stream": "3.6.2"
|
"readable-stream": "3.6.2"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"readable-stream": "3.6.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"readable-stream": "3.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"projectDir": "./",
|
||||||
|
"trigger": {
|
||||||
|
"onReturnLiteral": "warn",
|
||||||
|
"onNoAsyncFn": "error",
|
||||||
|
"onNoAwaitContext": "error"
|
||||||
|
},
|
||||||
|
"i18n": {
|
||||||
|
"onMissingKey": "error",
|
||||||
|
"onKeyBlank": "warn"
|
||||||
|
},
|
||||||
|
"oakComponent": {
|
||||||
|
"onInvalidEntity": "error",
|
||||||
|
"onInvalidIsList": "error",
|
||||||
|
"onMissingDataAttrs": "warn",
|
||||||
|
"onMissingMethods": "error"
|
||||||
|
},
|
||||||
|
"oakPath": {
|
||||||
|
"onInvalidPath": "error"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue