diff --git a/template/oak.config.json b/template/oak.config.json new file mode 100644 index 0000000..4c33bd6 --- /dev/null +++ b/template/oak.config.json @@ -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" + } +} \ No newline at end of file