Added a configurable handle of the cache to enable/disable by environ… #377
Annotations
10 errors
Check Linting:
src/config.ts#L168
Expected object keys to be in ascending order. 'ENABLE_CACHE' should be before 'USER_PROPERTIES_HEADER_KEY'
|
Check Linting:
src/lib/configurations.ts#L93
Trailing spaces not allowed
|
Check Linting:
src/lib/configurations.ts#L94
Strings must use singlequote
|
Check Linting:
src/lib/configurations.ts#L94
There should be no space before this paren
|
Check Linting:
src/lib/public.ts#L1
There should be at least one empty line between import groups
|
Check Linting:
src/lib/public.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Check Linting:
src/lib/public.ts#L8
Trailing spaces not allowed
|
Check Linting:
src/lib/public.ts#L9
Strings must use singlequote
|
Check Linting:
src/lib/test/extract-acl-context.test.ts#L35
Expected object keys to be in ascending order. 'ENABLE_CACHE' should be before 'USER_PROPERTIES_HEADER_KEY'
|
Check Linting:
src/lib/test/extract-language-context.test.ts#L48
Expected object keys to be in ascending order. 'ENABLE_CACHE' should be before 'USER_PROPERTIES_HEADER_KEY'
|
Loading