j3lte/pastebin-ts

View on GitHub
src/config.ts

Summary

Maintainability
A
2 hrs
Test Coverage

File config.ts has 275 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { IPastebinOptions } from './interfaces';

export const defaultOptions: IPastebinOptions = {
    api_dev_key: null,
    api_user_key: null,
Severity: Minor
Found in src/config.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status