eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
10 lines (9 loc) • 367 B
TypeScript
export declare const fields: [[{
readonly field: "fileUploadSizeLimit";
readonly description: "The maximum size of HTTP requests handling file uploads (in bytes)";
readonly default: 8000000;
}, {
readonly field: "standardSizeLimit";
readonly description: "The maximum size of regular HTTP requests (in bytes)";
readonly default: 2000000;
}]];